Searched defs:glDrawTexxvOES (Results 1 - 7 of 7) 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.java1807 // C function void glDrawTexxvOES ( const GLfixed *coords )
1809 public native void glDrawTexxvOES( method in class:GLImpl
1814 // C function void glDrawTexxvOES ( const GLfixed *coords )
1816 public native void glDrawTexxvOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h231 #define glDrawTexxvOES wrap_glDrawTexxvOES macro
H A Dgles_undefine.h231 #undef glDrawTexxvOES macro

Completed in 630 milliseconds