Searched refs:numCompressedTextureFormats (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp196 int numCompressedTextureFormats = 0; local
197 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numCompressedTextureFormats);
198 return numCompressedTextureFormats;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp197 int numCompressedTextureFormats = 0; local
198 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numCompressedTextureFormats);
199 return numCompressedTextureFormats;

Completed in 279 milliseconds