Searched defs:glDrawTexiOES (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 63 void glDrawTexiOES( in glDrawTexiOES() method
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1554 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h) { in glDrawTexiOES() function
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 178 public static native void glDrawTexiOES( in glDrawTexiOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 891 public void glDrawTexiOES(int x, int y, int z, int width, int height) { in glDrawTexiOES() method in GLErrorWrapper
|
D | GLLogWrapper.java | 2656 public void glDrawTexiOES(int x, int y, int z, int width, int height) { in glDrawTexiOES() method in GLLogWrapper
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 227 #define glDrawTexiOES wrap_glDrawTexiOES macro
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1753 public native void glDrawTexiOES( in glDrawTexiOES() method in GLImpl
|