Searched refs:getCompressedFormats (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | TextureUtils.h | 42 int getCompressedFormats(int majorVersion, int* formats);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1067 *params = (GLboolean)getCompressedFormats(1, NULL); in glGetBooleanv() 1071 int nparams = getCompressedFormats(1, NULL); in glGetBooleanv() 1074 getCompressedFormats(1, iparams); in glGetBooleanv() 1165 *params = I2X(getCompressedFormats(1, NULL)); in glGetFixedv() 1170 int nparams = getCompressedFormats(1, NULL); in glGetFixedv() 1173 getCompressedFormats(1, iparams); in glGetFixedv() 1211 *params = (GLfloat)getCompressedFormats(1, NULL); in glGetFloatv() 1215 int nparams = getCompressedFormats(1, NULL); in glGetFloatv() 1218 getCompressedFormats(1, iparams); in glGetFloatv() 1269 *params = getCompressedFormats(1, NULL); in glGetIntegerv() [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 67 int getCompressedFormats(int majorVersion, int* formats) { in getCompressedFormats() function
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 2184 *params = (T)getCompressedFormats(2, NULL); in s_glStateQueryTv() 2188 int nparams = getCompressedFormats(2, NULL); in s_glStateQueryTv() 2191 getCompressedFormats(2, iparams); in s_glStateQueryTv()
|