Searched refs:glDrawTexfvOES (Results 1 – 9 of 9) sorted by relevance
54 void glDrawTexfvOES( in glDrawTexfvOES() method59 void glDrawTexfvOES( in glDrawTexfvOES() method
247 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext254 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
879 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLErrorWrapper881 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()885 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLErrorWrapper887 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
2639 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLLogWrapper2644 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()2648 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLLogWrapper2652 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
1743 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl1750 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
810 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()853 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
7196 glDrawTexfvOES( in android_glDrawTexfvOES___3FI()7239 glDrawTexfvOES( in android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
30310 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);