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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java97 void glDrawTexxOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java186 // C function void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
188 public static native void glDrawTexxOES( method in class:GLES11Ext
H A DGLErrorWrapper.java928 public void glDrawTexxOES(int x, int y, int z, int width, int height) { method in class:GLErrorWrapper
930 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
H A DGLLogWrapper.java2715 public void glDrawTexxOES(int x, int y, int z, int width, int height) { method in class:GLLogWrapper
2716 begin("glDrawTexxOES");
2723 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1797 // C function void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
1799 public native void glDrawTexxOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h230 #define glDrawTexxOES wrap_glDrawTexxOES macro
H A Dgles_undefine.h230 #undef glDrawTexxOES macro

Completed in 2414 milliseconds