Home
last modified time | relevance | path

Searched refs:glDrawTexfvOES (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java54 void glDrawTexfvOES( in glDrawTexfvOES() method
59 void glDrawTexfvOES( in glDrawTexfvOES() method
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java247 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
254 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
H A DGLErrorWrapper.java879 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLErrorWrapper
881 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()
885 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLErrorWrapper
887 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
H A DGLLogWrapper.java2639 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLLogWrapper
2644 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()
2648 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLLogWrapper
2652 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1743 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
1750 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp810 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()
853 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp7196 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()
7239 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt30310 method public static void glDrawTexfvOES(float[], int);
30311 method public static void glDrawTexfvOES(java.nio.FloatBuffer);
61553 method public void glDrawTexfvOES(float[], int);
61554 method public void glDrawTexfvOES(java.nio.FloatBuffer);