Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_TEXTURE_FORMATS (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/stubs/gles11/
Dcommon.cpp244 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
287 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
DGLES10Header.java-if48 public static final int GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3;
DGLES20Header.java-if143 public static final int GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3;
/frameworks/base/opengl/java/android/opengl/
DETC1Util.java104 GLES10.glGetIntegerv(GLES10.GL_COMPRESSED_TEXTURE_FORMATS, results, 0); in isETC1Supported()
DGLES10.java48 public static final int GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3; field in GLES10
DGLES20.java143 public static final int GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3; field in GLES20
DGLLogWrapper.java628 case GL_COMPRESSED_TEXTURE_FORMATS: in getIntegerStateName()
687 case GL_COMPRESSED_TEXTURE_FORMATS: in getIntegerStateSize()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-checks10 …AS_INT_BITS_OES ifcheck params getNumCompressedTextureFormats() pname GL_COMPRESSED_TEXTURE_FORMATS
/frameworks/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp269 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
312 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
Dandroid_opengl_GLES31Ext.cpp268 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
311 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
Dandroid_opengl_GLES32.cpp267 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
310 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
Dandroid_opengl_GLES10.cpp269 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
312 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
Dandroid_opengl_GLES11.cpp269 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
312 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
Dcom_google_android_gles_jni_GLImpl.cpp1543 #if defined(GL_COMPRESSED_TEXTURE_FORMATS) in android_glGetIntegerv__I_3II()
1544 case GL_COMPRESSED_TEXTURE_FORMATS: in android_glGetIntegerv__I_3II()
1918 #if defined(GL_COMPRESSED_TEXTURE_FORMATS) in android_glGetIntegerv__ILjava_nio_IntBuffer_2()
1919 case GL_COMPRESSED_TEXTURE_FORMATS: in android_glGetIntegerv__ILjava_nio_IntBuffer_2()
Dandroid_opengl_GLES31.cpp267 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
310 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
Dandroid_opengl_GLES11Ext.cpp269 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
312 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
Dandroid_opengl_GLES20.cpp269 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
312 case GL_COMPRESSED_TEXTURE_FORMATS: in getNeededCount()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java46 int GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3; field
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL10Header.java-if45 int GL_COMPRESSED_TEXTURE_FORMATS = 0x86A3;
/frameworks/native/opengl/libagl/
Dstate.cpp393 case GL_COMPRESSED_TEXTURE_FORMATS: in glGetIntegerv()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h233 #define GL_COMPRESSED_TEXTURE_FORMATS 0x86A3 macro
/frameworks/native/opengl/include/GLES/
Dgl.h238 #define GL_COMPRESSED_TEXTURE_FORMATS 0x86A3 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h197 #define GL_COMPRESSED_TEXTURE_FORMATS 0x86A3 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h197 #define GL_COMPRESSED_TEXTURE_FORMATS 0x86A3 macro
/frameworks/native/opengl/libs/
Denums.in156 GL_ENUM(0x86A3,GL_COMPRESSED_TEXTURE_FORMATS)

12