Searched defs:glDrawTexxOES (Results 1 – 7 of 7) 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 | 1580 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/base/libs/hwui/debug/ |
D | gles_redefine.h | 231 #define glDrawTexxOES wrap_glDrawTexxOES macro
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1802 public native void glDrawTexxOES( in glDrawTexxOES() method in GLImpl
|