Searched refs:glDrawTexxvOES (Results 1 - 15 of 15) 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.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/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec42 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.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/base/libs/hwui/debug/
H A Dgles_redefine.h232 #define glDrawTexxvOES wrap_glDrawTexxvOES macro
H A Dgles_undefine.h231 #undef glDrawTexxvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h145 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1569 void glDrawTexxvOES(const GLfixed* coords) {
H A Degl.cpp877 { "glDrawTexxvOES",
878 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp707 /* void glDrawTexxvOES ( const GLfixed *coords ) */
741 glDrawTexxvOES(
755 /* void glDrawTexxvOES ( const GLfixed *coords ) */
784 glDrawTexxvOES(
4020 {"glDrawTexxvOES", "([II)V", (void *) android_glDrawTexxvOES___3II },
4021 {"glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp7525 /* void glDrawTexxvOES ( const GLfixed *coords ) */
7559 glDrawTexxvOES(
7573 /* void glDrawTexxvOES ( const GLfixed *coords ) */
7602 glDrawTexxvOES(
9297 {"glDrawTexxvOES", "([II)V", (void *) android_glDrawTexxvOES___3II },
9298 {"glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexxvOES__Ljava_nio_IntBuffer_2 },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 181 milliseconds