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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java88 void glDrawTexsvOES( method in interface:GL11Ext
93 void glDrawTexsvOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java196 // C function void glDrawTexsvOES ( const GLshort *coords )
198 public static native void glDrawTexsvOES( method in class:GLES11Ext
203 // C function void glDrawTexsvOES ( const GLshort *coords )
205 public static native void glDrawTexsvOES( method in class:GLES11Ext
H A DGLErrorWrapper.java916 public void glDrawTexsvOES(short[] coords, int offset) { method in class:GLErrorWrapper
918 mgl11Ext.glDrawTexsvOES(coords, offset);
922 public void glDrawTexsvOES(ShortBuffer coords) { method in class:GLErrorWrapper
924 mgl11Ext.glDrawTexsvOES(coords);
H A DGLLogWrapper.java2698 public void glDrawTexsvOES(short[] coords, int offset) { method in class:GLLogWrapper
2699 begin("glDrawTexsvOES");
2703 mgl11Ext.glDrawTexsvOES(coords, offset);
2707 public void glDrawTexsvOES(ShortBuffer coords) { method in class:GLLogWrapper
2708 begin("glDrawTexsvOES");
2711 mgl11Ext.glDrawTexsvOES(coords);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec41 glDrawTexsvOES check coords 5
H A DGLES11Ext.spec7 void glDrawTexsvOES ( const GLshort *coords )
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1784 // C function void glDrawTexsvOES ( const GLshort *coords )
1786 public native void glDrawTexsvOES( method in class:GLImpl
1791 // C function void glDrawTexsvOES ( const GLshort *coords )
1793 public native void glDrawTexsvOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h229 #define glDrawTexsvOES wrap_glDrawTexsvOES macro
H A Dgles_undefine.h229 #undef glDrawTexsvOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h145 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1548 void glDrawTexsvOES(const GLshort* coords) {
H A Degl.cpp869 { "glDrawTexsvOES",
870 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp528 /* void glDrawTexsvOES ( const GLshort *coords ) */
562 glDrawTexsvOES(
576 /* void glDrawTexsvOES ( const GLshort *coords ) */
605 glDrawTexsvOES(
4017 {"glDrawTexsvOES", "([SI)V", (void *) android_glDrawTexsvOES___3SI },
4018 {"glDrawTexsvOES", "(Ljava/nio/ShortBuffer;)V", (void *) android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp7423 /* void glDrawTexsvOES ( const GLshort *coords ) */
7457 glDrawTexsvOES(
7471 /* void glDrawTexsvOES ( const GLshort *coords ) */
7500 glDrawTexsvOES(
9295 {"glDrawTexsvOES", "([SI)V", (void *) android_glDrawTexsvOES___3SI },
9296 {"glDrawTexsvOES", "(Ljava/nio/ShortBuffer;)V", (void *) android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 },

Completed in 355 milliseconds