Searched defs:glDrawTexxvOES (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java105 void glDrawTexxvOES( method in interface:GL11Ext
110 void glDrawTexxvOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java222 // C function void glDrawTexxvOES ( const GLfixed *coords )
224 public static native void glDrawTexxvOES( method in class:GLES11Ext
229 // C function void glDrawTexxvOES ( const GLfixed *coords )
231 public static native void glDrawTexxvOES( method in class:GLES11Ext
H A DGLErrorWrapper.java934 public void glDrawTexxvOES(int[] coords, int offset) { method in class:GLErrorWrapper
936 mgl11Ext.glDrawTexxvOES(coords, offset);
940 public void glDrawTexxvOES(IntBuffer coords) { method in class:GLErrorWrapper
942 mgl11Ext.glDrawTexxvOES(coords);
H A DGLLogWrapper.java2727 public void glDrawTexxvOES(int[] coords, int offset) { method in class:GLLogWrapper
2728 begin("glDrawTexxvOES");
2732 mgl11Ext.glDrawTexxvOES(coords, offset);
2736 public void glDrawTexxvOES(IntBuffer coords) { method in class:GLLogWrapper
2737 begin("glDrawTexxvOES");
2740 mgl11Ext.glDrawTexxvOES(coords);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1806 // C function void glDrawTexxvOES ( const GLfixed *coords )
1808 public native void glDrawTexxvOES( method in class:GLImpl
1813 // C function void glDrawTexxvOES ( const GLfixed *coords )
1815 public native void glDrawTexxvOES( method in class:GLImpl

Completed in 98 milliseconds