HomeSort by relevance Sort by last modified time
    Searched refs:getCompressedTextureFormats (Results 1 - 6 of 6) sorted by null

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GraphicsDeviceInfo.java 74 store.addListResult("gl_texture", stubActivity.getCompressedTextureFormats());
GlesStubActivity.java 142 List<String> getCompressedTextureFormats() {
  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.h 60 GLint *getCompressedTextureFormats();
GLEncoder.cpp 57 GLint * GLEncoder::getCompressedTextureFormats()
79 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats();
117 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats();
156 GLint * compressedTextureFormats = ctx->getCompressedTextureFormats();
195 GLint* compressedTextureFormats = ctx->getCompressedTextureFormats();
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.h 109 GLint *getCompressedTextureFormats();
    [all...]
GL2Encoder.cpp 656 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats();
795 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats();
843 GLint *compressedTextureFormats = ctx->getCompressedTextureFormats();
    [all...]

Completed in 343 milliseconds