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

/frameworks/base/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/base/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/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java809 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
811 public native void glOrthox( method in class:GLImpl
/frameworks/base/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/libagl/
H A Dmatrix.cpp1024 void glOrthox( function
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h267 GL_ENTRY(void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2793 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
2797 glOrthox(
3495 {"glOrthox", "(IIIIII)V", (void *) android_glOrthox__IIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp2919 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
2923 glOrthox(
7369 {"glOrthox", "(IIIIII)V", (void *) android_glOrthox__IIIIII },

Completed in 95 milliseconds