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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java46 void glDrawTexfOES( method in interface:GL11Ext
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java235 // C function void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
237 public static native void glDrawTexfOES( method in class:GLES11Ext
H A DGLErrorWrapper.java872 public void glDrawTexfOES(float x, float y, float z, method in class:GLErrorWrapper
875 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
H A DGLLogWrapper.java2626 public void glDrawTexfOES(float x, float y, float z, method in class:GLLogWrapper
2628 begin("glDrawTexfOES");
2635 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1728 // C function void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
1730 public native void glDrawTexfOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h224 #define glDrawTexfOES wrap_glDrawTexfOES macro
H A Dgles_undefine.h224 #undef glDrawTexfOES macro

Completed in 947 milliseconds