Searched refs:glDrawTexfOES (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11Ext.java | 46 void glDrawTexfOES( in glDrawTexfOES() method
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 237 public static native void glDrawTexfOES( in glDrawTexfOES() method in GLES11Ext
|
H A D | GLErrorWrapper.java | 872 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLErrorWrapper 875 mgl11Ext.glDrawTexfOES(x, y, z, width, height); in glDrawTexfOES()
|
H A D | GLLogWrapper.java | 2626 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLLogWrapper 2635 mgl11Ext.glDrawTexfOES(x, y, z, width, height); in glDrawTexfOES()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1733 public native void glDrawTexfOES( in glDrawTexfOES() method in GLImpl
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 767 glDrawTexfOES( in android_glDrawTexfOES__FFFFF()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 7153 glDrawTexfOES( in android_glDrawTexfOES__FFFFF()
|
/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 | 30309 method public static void glDrawTexfOES(float, float, float, float, float); 61552 method public void glDrawTexfOES(float, float, float, float, float);
|