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()
117 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFloatv()
156 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFixedv()
195 GLint* compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetBooleanv()
DGLEncoder.h60 GLint *getCompressedTextureFormats();
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.h94 GLint *getCompressedTextureFormats();
DGL2Encoder.cpp544 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetIntegerv()
661 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetFloatv()
709 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats(); in s_glGetBooleanv()
1161 GLint * GL2Encoder::getCompressedTextureFormats() in getCompressedTextureFormats() function in GL2Encoder