Searched refs:glDrawTexxvOES (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java105 void glDrawTexxvOES( method in interface:GL11Ext
110 void glDrawTexxvOES( method in interface:GL11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec38 glDrawTexxvOES check coords 5
H A DGLES11Ext.spec9 void glDrawTexxvOES ( const GLfixed *coords )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java222 // C function void glDrawTexxvOES ( const GLfixed *coords )
224 public static native void glDrawTexxvOES( method in class:GLES11Ext
229 // C function void glDrawTexxvOES ( const GLfixed *coords )
231 public static native void glDrawTexxvOES( method in class:GLES11Ext
H A DGLErrorWrapper.java934 public void glDrawTexxvOES(int[] coords, int offset) { method in class:GLErrorWrapper
936 mgl11Ext.glDrawTexxvOES(coords, offset);
940 public void glDrawTexxvOES(IntBuffer coords) { method in class:GLErrorWrapper
942 mgl11Ext.glDrawTexxvOES(coords);
H A DGLLogWrapper.java2727 public void glDrawTexxvOES(int[] coords, int offset) { method in class:GLLogWrapper
2728 begin("glDrawTexxvOES");
2732 mgl11Ext.glDrawTexxvOES(coords, offset);
2736 public void glDrawTexxvOES(IntBuffer coords) { method in class:GLLogWrapper
2737 begin("glDrawTexxvOES");
2740 mgl11Ext.glDrawTexxvOES(coords);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1807 // C function void glDrawTexxvOES ( const GLfixed *coords )
1809 public native void glDrawTexxvOES( method in class:GLImpl
1814 // C function void glDrawTexxvOES ( const GLfixed *coords )
1816 public native void glDrawTexxvOES( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto120 glDrawTexxvOES = 94;
/frameworks/native/opengl/include/GLES/
H A Dglext.h568 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1582 void glDrawTexxvOES(const GLfixed* coords) {
H A Degl.cpp838 { "glDrawTexxvOES",
839 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp565 /* void glDrawTexxvOES ( const GLfixed *coords ) */
599 glDrawTexxvOES(
613 /* void glDrawTexxvOES ( const GLfixed *coords ) */
636 glDrawTexxvOES(
3470 {"glDrawTexxvOES", "([II)V", (void *) android_glDrawTexxvOES___3II },
3471 {"glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp7076 /* void glDrawTexxvOES ( const GLfixed *coords ) */
7110 glDrawTexxvOES(
7124 /* void glDrawTexxvOES ( const GLfixed *coords ) */
7147 glDrawTexxvOES(
8694 {"glDrawTexxvOES", "([II)V", (void *) android_glDrawTexxvOES___3II },
8695 {"glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp735 const GLMessage_Function GLMessage::glDrawTexxvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1083 static const Function glDrawTexxvOES = GLMessage_Function_glDrawTexxvOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp19422 glmsg.set_function(GLMessage::glDrawTexxvOES);
19433 glContext->hooks->gl.glDrawTexxvOES(coords);

Completed in 394 milliseconds