Searched refs:glDrawTexxvOES (Results 1 - 14 of 14) 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/proto/
H A Dgltrace.proto122 glDrawTexxvOES = 94;
/frameworks/native/opengl/include/GLES/
H A Dglext.h617 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.cpp865 { "glDrawTexxvOES",
866 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp683 /* void glDrawTexxvOES ( const GLfixed *coords ) */
717 glDrawTexxvOES(
731 /* void glDrawTexxvOES ( const GLfixed *coords ) */
754 glDrawTexxvOES(
3588 {"glDrawTexxvOES", "([II)V", (void *) android_glDrawTexxvOES___3II },
3589 {"glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp7080 /* void glDrawTexxvOES ( const GLfixed *coords ) */
7114 glDrawTexxvOES(
7128 /* void glDrawTexxvOES ( const GLfixed *coords ) */
7151 glDrawTexxvOES(
8698 {"glDrawTexxvOES", "([II)V", (void *) android_glDrawTexxvOES___3II },
8699 {"glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp27828 glmsg.set_function(GLMessage::glDrawTexxvOES);
27839 glContext->hooks->gl.glDrawTexxvOES(coords);
[all...]

Completed in 347 milliseconds