Searched refs:glDrawTexsvOES (Results 1 - 16 of 16) 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/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec37 glDrawTexsvOES check coords 5
H A DGLES11Ext.spec7 void glDrawTexsvOES ( const GLshort *coords )
/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/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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto118 glDrawTexsvOES = 92;
/frameworks/native/opengl/include/GLES/
H A Dglext.h615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1555 void glDrawTexsvOES(const GLshort* coords) {
H A Degl.cpp832 { "glDrawTexsvOES",
833 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp397 /* void glDrawTexsvOES ( const GLshort *coords ) */
431 glDrawTexsvOES(
445 /* void glDrawTexsvOES ( const GLshort *coords ) */
468 glDrawTexsvOES(
3466 {"glDrawTexsvOES", "([SI)V", (void *) android_glDrawTexsvOES___3SI },
3467 {"glDrawTexsvOES", "(Ljava/nio/ShortBuffer;)V", (void *) android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp6979 /* void glDrawTexsvOES ( const GLshort *coords ) */
7013 glDrawTexsvOES(
7027 /* void glDrawTexsvOES ( const GLshort *coords ) */
7050 glDrawTexsvOES(
8691 {"glDrawTexsvOES", "([SI)V", (void *) android_glDrawTexsvOES___3SI },
8692 {"glDrawTexsvOES", "(Ljava/nio/ShortBuffer;)V", (void *) android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp924 const GLMessage_Function GLMessage::glDrawTexsvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1272 static const Function glDrawTexsvOES = GLMessage_Function_glDrawTexsvOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp27770 glmsg.set_function(GLMessage::glDrawTexsvOES);
27781 glContext->hooks->gl.glDrawTexsvOES(coords);
[all...]

Completed in 424 milliseconds