[go: nahoru, domu]

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 Dunwrap_gles.h232 #undef glDrawTexsvOES macro
H A Dwrap_gles.h232 #define glDrawTexsvOES wrap_glDrawTexsvOES macro
/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.cpp859 { "glDrawTexsvOES",
860 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp515 /* void glDrawTexsvOES ( const GLshort *coords ) */
549 glDrawTexsvOES(
563 /* void glDrawTexsvOES ( const GLshort *coords ) */
586 glDrawTexsvOES(
3584 {"glDrawTexsvOES", "([SI)V", (void *) android_glDrawTexsvOES___3SI },
3585 {"glDrawTexsvOES", "(Ljava/nio/ShortBuffer;)V", (void *) android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp6983 /* void glDrawTexsvOES ( const GLshort *coords ) */
7017 glDrawTexsvOES(
7031 /* void glDrawTexsvOES ( const GLshort *coords ) */
7054 glDrawTexsvOES(
8695 {"glDrawTexsvOES", "([SI)V", (void *) android_glDrawTexsvOES___3SI },
8696 {"glDrawTexsvOES", "(Ljava/nio/ShortBuffer;)V", (void *) android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2 },

Completed in 79 milliseconds