Home
last modified time | relevance | path

Searched refs:getCompressedFormats (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DTextureUtils.h25 int getCompressedFormats(int* formats);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DTextureUtils.cpp23 int getCompressedFormats(int* formats){ in getCompressedFormats() function
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp726 *params = (GLboolean)getCompressedFormats(NULL); in glGetBooleanv()
730 int nparams = getCompressedFormats(NULL); in glGetBooleanv()
733 getCompressedFormats(iparams); in glGetBooleanv()
800 *params = I2X(getCompressedFormats(NULL)); in glGetFixedv()
805 int nparams = getCompressedFormats(NULL); in glGetFixedv()
808 getCompressedFormats(iparams); in glGetFixedv()
845 *params = (GLfloat)getCompressedFormats(NULL); in glGetFloatv()
849 int nparams = getCompressedFormats(NULL); in glGetFloatv()
852 getCompressedFormats(iparams); in glGetFloatv()
892 *params = getCompressedFormats(NULL); in glGetIntegerv()
[all …]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp909 *params = (GLfloat)getCompressedFormats(NULL); in glGetFloatv()
913 int nparams = getCompressedFormats(NULL); in glGetFloatv()
916 getCompressedFormats(iparams); in glGetFloatv()
975 *params = getCompressedFormats(NULL); in glGetIntegerv()
978 getCompressedFormats(params); in glGetIntegerv()