Searched defs:glDrawTexxOES (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 97 void glDrawTexxOES( in glDrawTexxOES() method
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1593 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) { in glDrawTexxOES() function
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 188 public static native void glDrawTexxOES( in glDrawTexxOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 928 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLErrorWrapper
|
D | GLLogWrapper.java | 2715 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLLogWrapper
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 119 glDrawTexxOES = 93; enumerator
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 925 const GLMessage_Function GLMessage::glDrawTexxOES; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1273 static const Function glDrawTexxOES = GLMessage_Function_glDrawTexxOES; variable
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1799 public native void glDrawTexxOES( in glDrawTexxOES() method in GLImpl
|