Searched refs:glDrawTexxvOES (Results 1 - 12 of 12) 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/base/opengl/java/android/opengl/
H A DGLES11Ext.java210 // C function void glDrawTexxvOES ( const GLfixed *coords )
212 public static native void glDrawTexxvOES( method in class:GLES11Ext
217 // C function void glDrawTexxvOES ( const GLfixed *coords )
219 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/tools/glgen/specs/gles11/
H A Dchecks.spec33 glDrawTexxvOES check coords 5
H A DGLES11Ext.spec9 void glDrawTexxvOES ( const GLfixed *coords )
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1778 // C function void glDrawTexxvOES ( const GLfixed *coords )
1780 public native void glDrawTexxvOES( method in class:GLImpl
1785 // C function void glDrawTexxvOES ( const GLfixed *coords )
1787 public native void glDrawTexxvOES( method in class:GLImpl
/frameworks/base/opengl/include/GLES/
H A Dglext.h291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp315 /* void glDrawTexxvOES ( const GLfixed *coords ) */
340 glDrawTexxvOES(
351 /* void glDrawTexxvOES ( const GLfixed *coords ) */
364 glDrawTexxvOES(
2344 {"glDrawTexxvOES", "([II)V", (void *) android_glDrawTexxvOES___3II },
2345 {"glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp5990 /* void glDrawTexxvOES ( const GLfixed *coords ) */
6015 glDrawTexxvOES(
6026 /* void glDrawTexxvOES ( const GLfixed *coords ) */
6039 glDrawTexxvOES(
6611 {"glDrawTexxvOES", "([II)V", (void *) android_glDrawTexxvOES___3II },
6612 {"glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 },
/frameworks/base/opengl/libagl/
H A Dtexture.cpp1553 void glDrawTexxvOES(const GLfixed* coords) {
H A Degl.cpp911 { "glDrawTexxvOES",
912 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES },

Completed in 90 milliseconds