Home
last modified time | relevance | path

Searched defs:glDrawTexsOES (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java80 void glDrawTexsOES( in glDrawTexsOES() method
/frameworks/native/opengl/libagl/
Dtexture.cpp1550 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) { in glDrawTexsOES() function
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java168 public static native void glDrawTexsOES( in glDrawTexsOES() method in GLES11Ext
DGLErrorWrapper.java909 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() method in GLErrorWrapper
DGLLogWrapper.java2685 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h229 #define glDrawTexsOES wrap_glDrawTexsOES macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1779 public native void glDrawTexsOES( in glDrawTexsOES() method in GLImpl