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.cpp724 *params = (GLboolean)getCompressedFormats(NULL); in glGetBooleanv()
728 int nparams = getCompressedFormats(NULL); in glGetBooleanv()
731 getCompressedFormats(iparams); in glGetBooleanv()
796 *params = I2X(getCompressedFormats(NULL)); in glGetFixedv()
801 int nparams = getCompressedFormats(NULL); in glGetFixedv()
804 getCompressedFormats(iparams); in glGetFixedv()
841 *params = (GLfloat)getCompressedFormats(NULL); in glGetFloatv()
845 int nparams = getCompressedFormats(NULL); in glGetFloatv()
848 getCompressedFormats(iparams); in glGetFloatv()
888 *params = getCompressedFormats(NULL); in glGetIntegerv()
[all …]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp908 *params = (GLfloat)getCompressedFormats(NULL); in glGetFloatv()
912 int nparams = getCompressedFormats(NULL); in glGetFloatv()
915 getCompressedFormats(iparams); in glGetFloatv()
982 *params = getCompressedFormats(NULL); in glGetIntegerv()
985 getCompressedFormats(params); in glGetIntegerv()