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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java63 void glDrawTexiOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java176 // C function void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
178 public static native void glDrawTexiOES( method in class:GLES11Ext
H A DGLErrorWrapper.java891 public void glDrawTexiOES(int x, int y, int z, int width, int height) { method in class:GLErrorWrapper
893 mgl11Ext.glDrawTexiOES(x, y, z, width, height);
H A DGLLogWrapper.java2656 public void glDrawTexiOES(int x, int y, int z, int width, int height) { method in class:GLLogWrapper
2657 begin("glDrawTexiOES");
2664 mgl11Ext.glDrawTexiOES(x, y, z, width, height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1751 // C function void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height )
1753 public native void glDrawTexiOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h226 #define glDrawTexiOES wrap_glDrawTexiOES macro
H A Dgles_undefine.h226 #undef glDrawTexiOES macro

Completed in 3480 milliseconds