Searched refs:glDrawTexxOES (Results 1 - 15 of 15) 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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto119 glDrawTexxOES = 93;
/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.h565 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1593 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) {
H A Degl.cpp830 { "glDrawTexxOES",
831 (__eglMustCastToProperFunctionPointerType)&glDrawTexxOES },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp734 const GLMessage_Function GLMessage::glDrawTexxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1082 static const Function glDrawTexxOES = GLMessage_Function_glDrawTexxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp19312 glmsg.set_function(GLMessage::glDrawTexxOES);
19347 glContext->hooks->gl.glDrawTexxOES(x, y, z, width, height);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp384 /* void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) */
388 glDrawTexxOES(
3465 {"glDrawTexxOES", "(IIIII)V", (void *) android_glDrawTexxOES__IIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp7063 /* void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height ) */
7067 glDrawTexxOES(
8693 {"glDrawTexxOES", "(IIIII)V", (void *) android_glDrawTexxOES__IIIII },

Completed in 3391 milliseconds