Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h42 int getCompressedFormats(int majorVersion, int* formats);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1067 *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/
DTextureUtils.cpp67 int getCompressedFormats(int majorVersion, int* formats) { in getCompressedFormats() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp2184 *params = (T)getCompressedFormats(2, NULL); in s_glStateQueryTv()
2188 int nparams = getCompressedFormats(2, NULL); in s_glStateQueryTv()
2191 getCompressedFormats(2, iparams); in s_glStateQueryTv()