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

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 200 int numCompressedTextureFormats = 0;
201 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numCompressedTextureFormats);
202 return numCompressedTextureFormats;
  /external/libgdx/gdx/jni/android/
AndroidGL20.cpp 125 int numCompressedTextureFormats = 0;
126 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numCompressedTextureFormats);
127 return numCompressedTextureFormats;
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 201 int numCompressedTextureFormats = 0;
202 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numCompressedTextureFormats);
203 return numCompressedTextureFormats;
    [all...]

Completed in 1095 milliseconds