Searched defs:glDrawTexfOES (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 46 void glDrawTexfOES( in glDrawTexfOES() method
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1573 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h){ in glDrawTexfOES() function
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 237 public static native void glDrawTexfOES( in glDrawTexfOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 872 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLErrorWrapper
|
D | GLLogWrapper.java | 2626 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLLogWrapper
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 225 #define glDrawTexfOES wrap_glDrawTexfOES macro
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1733 public native void glDrawTexfOES( in glDrawTexfOES() method in GLImpl
|