Searched defs:glDrawTexfvOES (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java54 void glDrawTexfvOES( method in interface:GL11Ext
59 void glDrawTexfvOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java233 // C function void glDrawTexfvOES ( const GLfloat *coords )
235 public static native void glDrawTexfvOES( method in class:GLES11Ext
240 // C function void glDrawTexfvOES ( const GLfloat *coords )
242 public static native void glDrawTexfvOES( method in class:GLES11Ext
H A DGLErrorWrapper.java879 public void glDrawTexfvOES(float[] coords, int offset) { method in class:GLErrorWrapper
881 mgl11Ext.glDrawTexfvOES(coords, offset);
885 public void glDrawTexfvOES(FloatBuffer coords) { method in class:GLErrorWrapper
887 mgl11Ext.glDrawTexfvOES(coords);
H A DGLLogWrapper.java2639 public void glDrawTexfvOES(float[] coords, int offset) { method in class:GLLogWrapper
2640 begin("glDrawTexfvOES");
2644 mgl11Ext.glDrawTexfvOES(coords, offset);
2648 public void glDrawTexfvOES(FloatBuffer coords) { method in class:GLLogWrapper
2649 begin("glDrawTexfvOES");
2652 mgl11Ext.glDrawTexfvOES(coords);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1709 // C function void glDrawTexfvOES ( const GLfloat *coords )
1711 public native void glDrawTexfvOES( method in class:GLImpl
1716 // C function void glDrawTexfvOES ( const GLfloat *coords )
1718 public native void glDrawTexfvOES( method in class:GLImpl

Completed in 102 milliseconds