Searched refs:glDrawTexivOES (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java71 void glDrawTexivOES( method in interface:GL11Ext
76 void glDrawTexivOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java209 // C function void glDrawTexivOES ( const GLint *coords )
211 public static native void glDrawTexivOES( method in class:GLES11Ext
216 // C function void glDrawTexivOES ( const GLint *coords )
218 public static native void glDrawTexivOES( method in class:GLES11Ext
H A DGLErrorWrapper.java897 public void glDrawTexivOES(int[] coords, int offset) { method in class:GLErrorWrapper
899 mgl11Ext.glDrawTexivOES(coords, offset);
903 public void glDrawTexivOES(IntBuffer coords) { method in class:GLErrorWrapper
905 mgl11Ext.glDrawTexivOES(coords);
H A DGLLogWrapper.java2668 public void glDrawTexivOES(int[] coords, int offset) { method in class:GLLogWrapper
2669 begin("glDrawTexivOES");
2673 mgl11Ext.glDrawTexivOES(coords, offset);
2677 public void glDrawTexivOES(IntBuffer coords) { method in class:GLLogWrapper
2678 begin("glDrawTexivOES");
2681 mgl11Ext.glDrawTexivOES(coords);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec40 glDrawTexivOES check coords 5
H A DGLES11Ext.spec8 void glDrawTexivOES ( const GLint *coords )
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1761 // C function void glDrawTexivOES ( const GLint *coords )
1763 public native void glDrawTexivOES( method in class:GLImpl
1768 // C function void glDrawTexivOES ( const GLint *coords )
1770 public native void glDrawTexivOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h227 #define glDrawTexivOES wrap_glDrawTexivOES macro
H A Dgles_undefine.h227 #undef glDrawTexivOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h616 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1552 void glDrawTexivOES(const GLint* coords) {
H A Degl.cpp853 { "glDrawTexivOES",
854 (__eglMustCastToProperFunctionPointerType)&glDrawTexivOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp618 /* void glDrawTexivOES ( const GLint *coords ) */
652 glDrawTexivOES(
666 /* void glDrawTexivOES ( const GLint *coords ) */
695 glDrawTexivOES(
4019 {"glDrawTexivOES", "([II)V", (void *) android_glDrawTexivOES___3II },
4020 {"glDrawTexivOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexivOES__Ljava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp7320 /* void glDrawTexivOES ( const GLint *coords ) */
7354 glDrawTexivOES(
7368 /* void glDrawTexivOES ( const GLint *coords ) */
7397 glDrawTexivOES(
9292 {"glDrawTexivOES", "([II)V", (void *) android_glDrawTexivOES___3II },
9293 {"glDrawTexivOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexivOES__Ljava_nio_IntBuffer_2 },

Completed in 8060 milliseconds