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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java97 void glDrawTexxOES( method in interface:GL11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec6 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java186 // C function void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
188 public static native void glDrawTexxOES( method in class:GLES11Ext
H A DGLErrorWrapper.java928 public void glDrawTexxOES(int x, int y, int z, int width, int height) { method in class:GLErrorWrapper
930 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
H A DGLLogWrapper.java2715 public void glDrawTexxOES(int x, int y, int z, int width, int height) { method in class:GLLogWrapper
2716 begin("glDrawTexxOES");
2723 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h230 #define glDrawTexxOES wrap_glDrawTexxOES macro
H A Dgles_undefine.h230 #undef glDrawTexxOES macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1797 // C function void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
1799 public native void glDrawTexxOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dglext.h614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1586 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) {
H A Degl.cpp849 { "glDrawTexxOES",
850 (__eglMustCastToProperFunctionPointerType)&glDrawTexxOES },
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp515 /* void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) */
519 glDrawTexxOES(
4016 {"glDrawTexxOES", "(IIIII)V", (void *) android_glDrawTexxOES__IIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp7513 /* void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) */
7517 glDrawTexxOES(
9297 {"glDrawTexxOES", "(IIIII)V", (void *) android_glDrawTexxOES__IIIII },

Completed in 845 milliseconds