Searched defs:glDrawTexfvOES (Results 1 - 7 of 7) 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.java245 // C function void glDrawTexfvOES ( const GLfloat *coords )
247 public static native void glDrawTexfvOES( method in class:GLES11Ext
252 // C function void glDrawTexfvOES ( const GLfloat *coords )
254 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.java1738 // C function void glDrawTexfvOES ( const GLfloat *coords )
1740 public native void glDrawTexfvOES( method in class:GLImpl
1745 // C function void glDrawTexfvOES ( const GLfloat *coords )
1747 public native void glDrawTexfvOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h225 #define glDrawTexfvOES wrap_glDrawTexfvOES macro
H A Dgles_undefine.h225 #undef glDrawTexfvOES macro

Completed in 91 milliseconds