Searched refs:glOrthoxOES (Results 1 - 8 of 8) 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/
H A Dgltrace.proto291 glOrthoxOES = 265;
/frameworks/native/opengl/include/GLES/
H A Dglext.h644 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp906 const GLMessage_Function GLMessage::glOrthoxOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1254 static const Function glOrthoxOES = GLMessage_Function_glOrthoxOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp20525 glmsg.set_function(GLMessage::glOrthoxOES);
20566 glContext->hooks->gl.glOrthoxOES(left, right, bottom, top, zNear, zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1820 /* void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1824 glOrthoxOES(
3516 {"glOrthoxOES", "(IIIIII)V", (void *) android_glOrthoxOES__IIIIII },

Completed in 254 milliseconds