Searched refs:glOrthox (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto290 glOrthox = 264;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1001 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
1003 public static native void glOrthox( method in class:GLES10
H A DGLErrorWrapper.java614 public void glOrthox(int left, int right, int bottom, int top, int near, method in class:GLErrorWrapper
617 mgl.glOrthox(left, right, bottom, top, near, far);
H A DGLLogWrapper.java2173 public void glOrthox(int left, int right, int bottom, int top, int near, method in class:GLLogWrapper
2175 begin("glOrthox");
2184 mgl.glOrthox(left, right, bottom, top, near, far);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java754 void glOrthox( method in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java810 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
812 public native void glOrthox( method in class:GLImpl
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1024 void glOrthox( function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp801 const GLMessage_Function GLMessage::glOrthox; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1134 static const Function glOrthox = GLMessage_Function_glOrthox; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp13678 glmsg.set_function(GLMessage::glOrthox);
13719 glContext->hooks->gl.glOrthox(left, right, bottom, top, zNear, zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3138 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
3142 glOrthox(
3906 {"glOrthox", "(IIIIII)V", (void *) android_glOrthox__IIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp3266 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
3270 glOrthox(
8579 {"glOrthox", "(IIIIII)V", (void *) android_glOrthox__IIIIII },

Completed in 164 milliseconds