Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp62 GLint * GLEncoder::getCompressedTextureFormats() in getCompressedTextureFormats() function in GLEncoder
84 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetIntegerv()
127 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFloatv()
166 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFixedv()
205 GLint* compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetBooleanv()
DGLEncoder.h62 GLint *getCompressedTextureFormats();
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.h141 GLint *getCompressedTextureFormats();
DGL2Encoder.cpp806 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetIntegerv()
1040 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFloatv()
1104 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetBooleanv()
1693 GLint * GL2Encoder::getCompressedTextureFormats() in getCompressedTextureFormats() function in GL2Encoder