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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp729 const GLMessage_Function GLMessage::glDrawTexfvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1077 static const Function glDrawTexfvOES = GLMessage_Function_glDrawTexfvOES; member in class:android::gltrace::GLMessage

Completed in 175 milliseconds