Searched refs:glDrawTexfvOES (Results 1 - 16 of 16) 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/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec35 glDrawTexfvOES check coords 5
H A DGLES11Ext.spec11 void glDrawTexfvOES ( const GLfloat *coords )
/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/
H A Dgltrace.proto114 glDrawTexfvOES = 88;
/frameworks/native/opengl/include/GLES/
H A Dglext.h619 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1572 void glDrawTexfvOES(const GLfloat* coords) {
H A Degl.cpp836 { "glDrawTexfvOES",
837 (__eglMustCastToProperFunctionPointerType)&glDrawTexfvOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp662 /* void glDrawTexfvOES ( const GLfloat *coords ) */
696 glDrawTexfvOES(
710 /* void glDrawTexfvOES ( const GLfloat *coords ) */
733 glDrawTexfvOES(
3473 {"glDrawTexfvOES", "([FI)V", (void *) android_glDrawTexfvOES___3FI },
3474 {"glDrawTexfvOES", "(Ljava/nio/FloatBuffer;)V", (void *) android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp6785 /* void glDrawTexfvOES ( const GLfloat *coords ) */
6819 glDrawTexfvOES(
6833 /* void glDrawTexfvOES ( const GLfloat *coords ) */
6856 glDrawTexfvOES(
8685 {"glDrawTexfvOES", "([FI)V", (void *) android_glDrawTexfvOES___3FI },
8686 {"glDrawTexfvOES", "(Ljava/nio/FloatBuffer;)V", (void *) android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp920 const GLMessage_Function GLMessage::glDrawTexfvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1268 static const Function glDrawTexfvOES = GLMessage_Function_glDrawTexfvOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp27909 glmsg.set_function(GLMessage::glDrawTexfvOES);
27920 glContext->hooks->gl.glDrawTexfvOES(coords);
[all...]

Completed in 280 milliseconds