Searched refs:glDrawTexxOES (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11Ext.java | 97 void glDrawTexxOES( in glDrawTexxOES() method
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 188 public static native void glDrawTexxOES( in glDrawTexxOES() method in GLES11Ext
|
H A D | GLErrorWrapper.java | 928 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLErrorWrapper 930 mgl11Ext.glDrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
|
H A D | GLLogWrapper.java | 2715 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLLogWrapper 2723 mgl11Ext.glDrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1802 public native void glDrawTexxOES( in glDrawTexxOES() method in GLImpl
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 484 glDrawTexxOES( in android_glDrawTexxOES__IIIII()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 7462 glDrawTexxOES( in android_glDrawTexxOES__IIIII()
|
/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 | 30318 method public static void glDrawTexxOES(int, int, int, int, int); 61561 method public void glDrawTexxOES(int, int, int, int, int);
|