Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp57 GLint * GLEncoder::getCompressedTextureFormats() in getCompressedTextureFormats() function in GLEncoder
79 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetIntegerv()
122 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFloatv()
161 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFixedv()
200 GLint* compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetBooleanv()
DGLEncoder.h61 GLint *getCompressedTextureFormats();
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h117 GLint *getCompressedTextureFormats();
DGL2Encoder.cpp697 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetIntegerv()
912 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFloatv()
976 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetBooleanv()
1549 GLint * GL2Encoder::getCompressedTextureFormats() in getCompressedTextureFormats() function in GL2Encoder