Public Member Functions |
| Extensions (unsigned int contextID) |
void | setMultiTexturingSupported (bool flag) |
bool | isMultiTexturingSupported () const |
void | setTextureFilterAnisotropicSupported (bool flag) |
bool | isTextureFilterAnisotropicSupported () const |
void | setTextureCompressionARBSupported (bool flag) |
bool | isTextureCompressionARBSupported () const |
void | setTextureCompressionS3TCSupported (bool flag) |
bool | isTextureCompressionS3TCSupported () const |
void | setTextureCompressionPVRTC2BPPSupported (bool flag) |
bool | isTextureCompressionPVRTC2BPPSupported () const |
void | setTextureCompressionPVRTC4BPPSupported (bool flag) |
bool | isTextureCompressionPVRTC4BPPSupported () const |
void | setTextureCompressionETCSupported (bool flag) |
bool | isTextureCompressionETCSupported () const |
void | setTextureCompressionRGTCSupported (bool flag) |
bool | isTextureCompressionRGTCSupported () const |
void | setTextureCompressionPVRTCSupported (bool flag) |
bool | isTextureCompressionPVRTCSupported () const |
void | setTextureMirroredRepeatSupported (bool flag) |
bool | isTextureMirroredRepeatSupported () const |
void | setTextureEdgeClampSupported (bool flag) |
bool | isTextureEdgeClampSupported () const |
void | setTextureBorderClampSupported (bool flag) |
bool | isTextureBorderClampSupported () const |
void | setGenerateMipMapSupported (bool flag) |
bool | isGenerateMipMapSupported () const |
void | setTextureMultisampledSupported (bool flag) |
bool | isTextureMultisampledSupported () const |
void | setShadowSupported (bool flag) |
bool | isShadowSupported () const |
void | setShadowAmbientSupported (bool flag) |
bool | isShadowAmbientSupported () const |
void | setTextureMaxLevelSupported (bool flag) |
bool | isTextureMaxLevelSupported () const |
void | setMaxTextureSize (GLint maxsize) |
GLint | maxTextureSize () const |
void | setNumTextureUnits (GLint nunits) |
GLint | numTextureUnits () const |
bool | isCompressedTexImage2DSupported () const |
bool | isCompressedTexSubImage2DSupported () const |
bool | isClientStorageSupported () const |
bool | isNonPowerOfTwoTextureSupported (GLenum filter) const |
void | setTextureIntegerSupported (bool flag) |
bool | isTextureIntegerSupported () const |
void | glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) const |
void | glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) const |
void | glGetCompressedTexImage (GLenum target, GLint level, GLvoid *data) const |
void | glTexImage2DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) const |
void | glTexParameterIiv (GLenum target, GLenum pname, const GLint *data) const |
void | glTexParameterIuiv (GLenum target, GLenum pname, const GLuint *data) const |
| Referenced () |
| Referenced (bool threadSafeRefUnref) |
| Referenced (const Referenced &) |
Referenced & | operator= (const Referenced &) |
virtual void | setThreadSafeRefUnref (bool threadSafe) |
bool | getThreadSafeRefUnref () const |
OpenThreads::Mutex * | getRefMutex () const |
int | ref () const |
int | unref () const |
int | unref_nodelete () const |
int | referenceCount () const |
ObserverSet * | getObserverSet () const |
ObserverSet * | getOrCreateObserverSet () const |
void | addObserver (Observer *observer) const |
void | removeObserver (Observer *observer) const |
Encapsulates queries of extension availability, obtains extension function pointers, and provides convenience wrappers for calling extension functions.