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

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 201 int numCompressedTextureFormats = 0;
202 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numCompressedTextureFormats);
203 return numCompressedTextureFormats;
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 202 int numCompressedTextureFormats = 0;
203 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numCompressedTextureFormats);
204 return numCompressedTextureFormats;
    [all...]

Completed in 108 milliseconds