Searched refs:glDrawTexsOES (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java80 void glDrawTexsOES( method in interface:GL11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java166 // C function void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
168 public static native void glDrawTexsOES( method in class:GLES11Ext
H A DGLErrorWrapper.java909 public void glDrawTexsOES(short x, short y, short z, method in class:GLErrorWrapper
912 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
H A DGLLogWrapper.java2685 public void glDrawTexsOES(short x, short y, short z, method in class:GLLogWrapper
2687 begin("glDrawTexsOES");
2694 mgl11Ext.glDrawTexsOES(x, y, z, width, height);
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h228 #define glDrawTexsOES wrap_glDrawTexsOES macro
H A Dgles_undefine.h228 #undef glDrawTexsOES macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1774 // C function void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
1776 public native void glDrawTexsOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dglext.h612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1556 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) {
H A Degl.cpp843 { "glDrawTexsOES",
844 (__eglMustCastToProperFunctionPointerType)&glDrawTexsOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp489 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
493 glDrawTexsOES(
4014 {"glDrawTexsOES", "(SSSSS)V", (void *) android_glDrawTexsOES__SSSSS },
H A Dcom_google_android_gles_jni_GLImpl.cpp7410 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
7414 glDrawTexsOES(
9294 {"glDrawTexsOES", "(SSSSS)V", (void *) android_glDrawTexsOES__SSSSS },

Completed in 3681 milliseconds