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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp630 const GLMessage_Function GLMessage::glDrawTexxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h963 static const Function glDrawTexxOES = GLMessage_Function_glDrawTexxOES; member in class:android::gltrace::GLMessage

Completed in 331 milliseconds