Searched refs:glDrawTexsvOES (Results 1 - 13 of 13) 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/base/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec32 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.java1783 // C function void glDrawTexsvOES ( const GLshort *coords )
1785 public native void glDrawTexsvOES( method in class:GLImpl
1790 // C function void glDrawTexsvOES ( const GLshort *coords )
1792 public native void glDrawTexsvOES( method in class:GLImpl
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp196 /* void glDrawTexsvOES ( const GLshort *coords ) */
221 glDrawTexsvOES(
232 /* void glDrawTexsvOES ( const GLshort *coords ) */
245 glDrawTexsvOES(
2693 {"glDrawTexsvOES", "([SI)V", (void *) android_glDrawTexsvOES___3SI },
2694 {"glDrawTexsvOES", "(Ljava/nio/ShortBuffer;)V", (void *) android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp5985 /* void glDrawTexsvOES ( const GLshort *coords ) */
6010 glDrawTexsvOES(
6021 /* void glDrawTexsvOES ( const GLshort *coords ) */
6034 glDrawTexsvOES(
7481 {"glDrawTexsvOES", "([SI)V", (void *) android_glDrawTexsvOES___3SI },
7482 {"glDrawTexsvOES", "(Ljava/nio/ShortBuffer;)V", (void *) android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 },
/frameworks/base/opengl/include/GLES/
H A Dglext.h483 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/frameworks/base/opengl/libagl/
H A Degl.cpp821 { "glDrawTexsvOES",
822 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES },
H A Dtexture.cpp1556 void glDrawTexsvOES(const GLshort* coords) {
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h95 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)

Completed in 123 milliseconds