Searched refs:glOrthoxOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec40 void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java578 // C function void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
580 public static native void glOrthoxOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto293 glOrthoxOES = 265;
/frameworks/native/opengl/include/GLES/
H A Dglext.h693 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1938 /* void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1942 glOrthoxOES(
3634 {"glOrthoxOES", "(IIIIII)V", (void *) android_glOrthoxOES__IIIIII },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp28849 glmsg.set_function(GLMessage::glOrthoxOES);
28890 glContext->hooks->gl.glOrthoxOES(l, r, b, t, n, f);
[all...]

Completed in 837 milliseconds