Searched defs:glDrawTexivOES (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java71 void glDrawTexivOES( method in interface:GL11Ext
76 void glDrawTexivOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java209 // C function void glDrawTexivOES ( const GLint *coords )
211 public static native void glDrawTexivOES( method in class:GLES11Ext
216 // C function void glDrawTexivOES ( const GLint *coords )
218 public static native void glDrawTexivOES( method in class:GLES11Ext
H A DGLErrorWrapper.java897 public void glDrawTexivOES(int[] coords, int offset) { method in class:GLErrorWrapper
899 mgl11Ext.glDrawTexivOES(coords, offset);
903 public void glDrawTexivOES(IntBuffer coords) { method in class:GLErrorWrapper
905 mgl11Ext.glDrawTexivOES(coords);
H A DGLLogWrapper.java2668 public void glDrawTexivOES(int[] coords, int offset) { method in class:GLLogWrapper
2669 begin("glDrawTexivOES");
2673 mgl11Ext.glDrawTexivOES(coords, offset);
2677 public void glDrawTexivOES(IntBuffer coords) { method in class:GLLogWrapper
2678 begin("glDrawTexivOES");
2681 mgl11Ext.glDrawTexivOES(coords);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1761 // C function void glDrawTexivOES ( const GLint *coords )
1763 public native void glDrawTexivOES( method in class:GLImpl
1768 // C function void glDrawTexivOES ( const GLint *coords )
1770 public native void glDrawTexivOES( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp922 const GLMessage_Function GLMessage::glDrawTexivOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1270 static const Function glDrawTexivOES = GLMessage_Function_glDrawTexivOES; member in class:android::gltrace::GLMessage

Completed in 3206 milliseconds