Searched refs:glOrthofOES (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java957 // C function void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
959 public static native void glOrthofOES( method in class:GLES11Ext
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto289 glOrthofOES = 263;
/frameworks/native/opengl/include/GLES/
H A Dglext.h848 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1095 const GLMessage_Function GLMessage::glOrthofOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1443 static const Function glOrthofOES = GLMessage_Function_glOrthofOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2840 /* void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2844 glOrthofOES(
3559 {"glOrthofOES", "(FFFFFF)V", (void *) android_glOrthofOES__FFFFFF },

Completed in 3676 milliseconds