|
| Extensions (unsigned int contextID) |
|
void | setMultiTexturingSupported (bool flag) |
|
bool | isMultiTexturingSupported () const |
|
void | setTextureFilterAnisotropicSupported (bool flag) |
|
bool | isTextureFilterAnisotropicSupported () const |
|
void | setTextureSwizzleSupported (bool flag) |
|
bool | isTextureSwizzleSupported () 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 | setPreferGenerateMipmapSGISForPowerOfTwo (bool flag) |
|
bool | getPreferGenerateMipmapSGISForPowerOfTwo () 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 |
|
bool | isBindImageTextureSupported () 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 |
|
void | glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) 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 |
|
|
typedef GLint | level |
|
typedef GLint GLenum | internalformat |
|
typedef GLint GLenum GLsizei | width |
|
typedef GLint GLenum GLsizei
GLsizei | height |
|
typedef GLint GLenum GLsizei
GLsizei GLint | border |
|
typedef GLint GLenum GLsizei
GLsizei GLint GLsizei | imageSize |
|
typedef GLint GLenum GLsizei
GLsizei GLint GLsizei const
GLvoid * | data |
|
typedef GLint | level |
|
typedef GLint GLint | xoffset |
|
typedef GLint GLint GLint | yoffset |
|
typedef GLint GLint GLint GLsizei | width |
|
typedef GLint GLint GLint
GLsizei GLsizei | height |
|
typedef GLint GLint GLint
GLsizei GLsizei GLenum | format |
|
typedef GLint GLint GLint
GLsizei GLsizei GLenum GLsizei | imageSize |
|
typedef GLint GLint GLint
GLsizei GLsizei GLenum GLsizei
const GLvoid * | data |
|
typedef GLint | level |
|
typedef GLint GLvoid * | data |
|
typedef void(GL_APIENTRY * | TexImage2DMultisample )(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) |
|
typedef void(GL_APIENTRY * | TexParameterIivProc )(GLenum target, GLenum pname, const GLint *data) |
|
typedef void(GL_APIENTRY * | TexParameterIuivProc )(GLenum target, GLenum pname, const GLuint *data) |
|
typedef void(GL_APIENTRY * | BindImageTextureProc )(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) |
|
Encapsulates queries of extension availability, obtains extension function pointers, and provides convenience wrappers for calling extension functions.