OSDL::Video::OpenGL::OpenGLContext Member List

This is the complete list of members for OSDL::Video::OpenGL::OpenGLContext, including all inherited members.
_alphaSizeOSDL::Video::OpenGL::OpenGLContext [protected]
_blueSizeOSDL::Video::OpenGL::OpenGLContext [protected]
_clearColorOSDL::Video::OpenGL::OpenGLContext [protected]
_farClippingPlaneOSDL::Video::OpenGL::OpenGLContext [protected]
_flavourOSDL::Video::OpenGL::OpenGLContext [protected]
_greenSizeOSDL::Video::OpenGL::OpenGLContext [protected]
_nearClippingPlaneOSDL::Video::OpenGL::OpenGLContext [protected]
_projectionModeOSDL::Video::OpenGL::OpenGLContext [protected]
_projectionWidthOSDL::Video::OpenGL::OpenGLContext [protected]
_redSizeOSDL::Video::OpenGL::OpenGLContext [protected]
_viewportHeightOSDL::Video::OpenGL::OpenGLContext [protected]
_viewportWidthOSDL::Video::OpenGL::OpenGLContext [protected]
Back enum valueOSDL::Video::OpenGL::OpenGLContext
blank()OSDL::Video::OpenGL::OpenGLContext [virtual]
clearDepthBuffer()OSDL::Video::OpenGL::OpenGLContext [virtual]
clearViewport()OSDL::Video::OpenGL::OpenGLContext [virtual]
Clockwise enum valueOSDL::Video::OpenGL::OpenGLContext
ContextCanBeLostOSDL::Video::OpenGL::OpenGLContext [static]
ContextIsLostOnApplicationSwitchOSDL::Video::OpenGL::OpenGLContext [static]
ContextIsLostOnColorDepthChangeOSDL::Video::OpenGL::OpenGLContext [static]
ContextIsLostOnResizeOSDL::Video::OpenGL::OpenGLContext [static]
CounterClockwise enum valueOSDL::Video::OpenGL::OpenGLContext
CulledFacet enum nameOSDL::Video::OpenGL::OpenGLContext
DefaultFarClippingPlaneFor2DOSDL::Video::OpenGL::OpenGLContext [static]
DefaultFarClippingPlaneFor3DOSDL::Video::OpenGL::OpenGLContext [static]
DefaultNearClippingPlaneFor2DOSDL::Video::OpenGL::OpenGLContext [static]
DefaultNearClippingPlaneFor3DOSDL::Video::OpenGL::OpenGLContext [static]
DefaultOrthographicWidthOSDL::Video::OpenGL::OpenGLContext [static]
DisableFeature(OpenGL::Feature feature)OSDL::Video::OpenGL::OpenGLContext [static]
EnableFeature(OpenGL::Feature feature)OSDL::Video::OpenGL::OpenGLContext [static]
Flat enum valueOSDL::Video::OpenGL::OpenGLContext
Front enum valueOSDL::Video::OpenGL::OpenGLContext
FrontAndBack enum valueOSDL::Video::OpenGL::OpenGLContext
FrontOrientation enum nameOSDL::Video::OpenGL::OpenGLContext
GetColorDepth(OSDL::Video::BitsPerPixel &redSize, OSDL::Video::BitsPerPixel &greenSize, OSDL::Video::BitsPerPixel &blueSize, OSDL::Video::BitsPerPixel &alphaSize)OSDL::Video::OpenGL::OpenGLContext [static]
GetDepthBufferSize()OSDL::Video::OpenGL::OpenGLContext [static]
GetDoubleBufferStatus()OSDL::Video::OpenGL::OpenGLContext [static]
GetFullScreenAntialiasingStatus()OSDL::Video::OpenGL::OpenGLContext [static]
GetGLAttribute(GLAttribute attribute)OSDL::Video::OpenGL::OpenGLContext [protected, static]
GetHardwareAccelerationStatus()OSDL::Video::OpenGL::OpenGLContext [static]
GetVerticalBlankSynchronizationStatus()OSDL::Video::OpenGL::OpenGLContext [static]
GLAttributeToString(GLAttribute attribute)OSDL::Video::OpenGL::OpenGLContext [protected, static]
HasGLAttribute(GLAttribute attribute)OSDL::Video::OpenGL::OpenGLContext [protected, static]
InterpretFeatureAvailability()OSDL::Video::OpenGL::OpenGLContext [static]
OpenGLContext(OpenGL::Flavour flavour, BitsPerPixel plannedBpp, Length viewportWidth, Length viewportHeight)OSDL::Video::OpenGL::OpenGLContext
OpenGLContext(const OpenGLContext &source)OSDL::Video::OpenGL::OpenGLContext [private]
operator=(const OpenGLContext &source)OSDL::Video::OpenGL::OpenGLContext [private]
Orthographic enum valueOSDL::Video::OpenGL::OpenGLContext
Perspective enum valueOSDL::Video::OpenGL::OpenGLContext
popAttribute()OSDL::Video::OpenGL::OpenGLContext [virtual]
ProjectionMode enum nameOSDL::Video::OpenGL::OpenGLContext
pushAttribute(GLBitField attributeField)OSDL::Video::OpenGL::OpenGLContext [virtual]
reload()OSDL::Video::OpenGL::OpenGLContext [virtual]
selectFlavour(OpenGL::Flavour flavour)OSDL::Video::OpenGL::OpenGLContext [virtual]
set2DFlavour()OSDL::Video::OpenGL::OpenGLContext [virtual]
set3DFlavour()OSDL::Video::OpenGL::OpenGLContext [virtual]
setBlendingFunction(GLEnumeration sourceFactor, GLEnumeration destinationFactor)OSDL::Video::OpenGL::OpenGLContext [virtual]
setClearColor(const Video::Pixels::ColorDefinition &color)OSDL::Video::OpenGL::OpenGLContext [virtual]
SetColorDepth(OSDL::Video::BitsPerPixel plannedBpp)OSDL::Video::OpenGL::OpenGLContext [static]
SetColorDepth(OSDL::Video::BitsPerPixel redSize, OSDL::Video::BitsPerPixel greenSize, OSDL::Video::BitsPerPixel blueSize)OSDL::Video::OpenGL::OpenGLContext [static]
setCulling(CulledFacet culledFacet=Back, FrontOrientation frontOrientation=CounterClockwise, bool autoEnable=true)OSDL::Video::OpenGL::OpenGLContext [virtual]
setCullingStatus(bool newStatus)OSDL::Video::OpenGL::OpenGLContext [virtual]
SetDepthBufferSize(Ceylan::Uint8 bitsNumber=16)OSDL::Video::OpenGL::OpenGLContext [static]
setDepthBufferStatus(bool newStatus)OSDL::Video::OpenGL::OpenGLContext [virtual]
SetDoubleBufferStatus(bool newStatus)OSDL::Video::OpenGL::OpenGLContext [static]
SetFullScreenAntialiasingStatus(bool newStatus, Ceylan::Uint8 samplesPerPixelNumber=4)OSDL::Video::OpenGL::OpenGLContext [static]
SetGLAttribute(GLAttribute attribute, int value)OSDL::Video::OpenGL::OpenGLContext [protected, static]
SetHardwareAccelerationStatus(bool newStatus)OSDL::Video::OpenGL::OpenGLContext [static]
setOrthographicProjection(GLLength width, GLCoordinate near=-DefaultNearClippingPlaneFor3D, GLCoordinate far=-DefaultFarClippingPlaneFor3D)OSDL::Video::OpenGL::OpenGLContext [virtual]
setOrthographicProjectionFor2D(GLLength width, GLLength height)OSDL::Video::OpenGL::OpenGLContext [virtual]
setShadingModel(ShadingModel newShadingModel=Smooth)OSDL::Video::OpenGL::OpenGLContext [virtual]
SetUpForFlavour(OpenGL::Flavour flavour, bool safest=false)OSDL::Video::OpenGL::OpenGLContext [static]
SetVerticalBlankSynchronizationStatus(bool newStatus)OSDL::Video::OpenGL::OpenGLContext [static]
setViewPort(Length width, Length height, const TwoDimensional::Point2D &lowerLeftCorner=TwoDimensional::Point2D::Origin)OSDL::Video::OpenGL::OpenGLContext [virtual]
ShadingModel enum nameOSDL::Video::OpenGL::OpenGLContext
Smooth enum valueOSDL::Video::OpenGL::OpenGLContext
ToString(OpenGL::Flavour flavour)OSDL::Video::OpenGL::OpenGLContext [static]
toString(Ceylan::VerbosityLevels level=Ceylan::high) const OSDL::Video::OpenGL::OpenGLContext [virtual]
TrySettingGLAttribute(GLAttribute attribute, int value)OSDL::Video::OpenGL::OpenGLContext [protected, static]
TrySettingVerticalBlankSynchronizationStatus(bool newStatus)OSDL::Video::OpenGL::OpenGLContext [static]
updateProjection()OSDL::Video::OpenGL::OpenGLContext [protected, virtual]
~OpenGLContext()OSDL::Video::OpenGL::OpenGLContext [virtual]
Generated on Mon Nov 29 14:06:09 2010 for OSDL by  doxygen 1.6.3