![]() |
Mali OpenGL ES SDK
2.0.0
A simple framework to aid development of OpenGL ES applications targeting ARM Mali platforms.
|
This is the complete list of members for MaliSDK::Texture, including all inherited members.
createTexture(unsigned int width, unsigned int height, GLvoid **textureData) | MaliSDK::Texture | static |
createTexture(unsigned int width, unsigned int height, unsigned int red, GLvoid **textureData) | MaliSDK::Texture | static |
deleteTextureData(GLvoid **textureData) | MaliSDK::Texture | static |
getCompressedTextureFormats(GLint **textureFormats, int *numberOfTextureFormats) | MaliSDK::Texture | privatestatic |
isETCSupported(bool verbose=false) | MaliSDK::Texture | static |
loadCompressedMipmaps(const char *filenameBase, const char *filenameSuffix, GLuint *textureID) | MaliSDK::Texture | static |
loadData(const char *filename, unsigned char **textureData) | MaliSDK::Texture | static |
loadPKMData(const char *filename, ETCHeader *etcHeader, unsigned char **textureData) | MaliSDK::Texture | static |