Searched defs:glDrawTexsvOES (Results 1 - 7 of 7) 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/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/src/
H A Dgltrace.pb.cpp629 const GLMessage_Function GLMessage::glDrawTexsvOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h962 static const Function glDrawTexsvOES = GLMessage_Function_glDrawTexsvOES; member in class:android::gltrace::GLMessage

Completed in 230 milliseconds