/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | ETC1Util.java | 99 GLES10.glGetIntegerv(GLES10.GL_NUM_COMPRESSED_TEXTURE_FORMATS, results, 0); in isETC1Supported()
|
H A D | GLES10.java | 143 public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2; field in GLES10
|
H A D | GLES20.java | 142 public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2; field in GLES20
|
H A D | GLLogWrapper.java | 652 case GL_NUM_COMPRESSED_TEXTURE_FORMATS: in getIntegerStateName() 691 mgl.glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, buffer, 0); in getIntegerStateSize() 716 case GL_NUM_COMPRESSED_TEXTURE_FORMATS: in getIntegerStateSize()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10Ext.cpp | 270 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 313 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
H A D | android_opengl_GLES31Ext.cpp | 269 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 312 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
H A D | android_opengl_GLES32.cpp | 268 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 311 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
H A D | android_opengl_GLES10.cpp | 270 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 313 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
H A D | android_opengl_GLES11.cpp | 270 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 313 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 144 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numCompressedTextureFormats); in getNumCompressedTextureFormats() 1367 #if defined(GL_NUM_COMPRESSED_TEXTURE_FORMATS) in android_glGetIntegerv__I_3II() 1368 case GL_NUM_COMPRESSED_TEXTURE_FORMATS: in android_glGetIntegerv__I_3II() 1742 #if defined(GL_NUM_COMPRESSED_TEXTURE_FORMATS) in android_glGetIntegerv__ILjava_nio_IntBuffer_2() 1743 case GL_NUM_COMPRESSED_TEXTURE_FORMATS: in android_glGetIntegerv__ILjava_nio_IntBuffer_2()
|
H A D | android_opengl_GLES11Ext.cpp | 270 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 313 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
H A D | android_opengl_GLES31.cpp | 268 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 311 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
H A D | android_opengl_GLES20.cpp | 270 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 313 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
H A D | android_opengl_GLES30.cpp | 270 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount() 313 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed); in getNeededCount()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 141 int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 0x86A2; field
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29963 field public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 34466; // 0x86a2 30861 field public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 34466; // 0x86a2 61231 field public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS = 34466; // 0x86a2
|