Searched refs:glOrthox (Results 1 - 11 of 11) 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.java985 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
987 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.h706 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/core/jni/
H A Dandroid_opengl_GLES10.cpp2821 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
2825 glOrthox(
3523 {"glOrthox", "(IIIIII)V", (void *) android_glOrthox__IIIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp2947 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
2951 glOrthox(
7397 {"glOrthox", "(IIIIII)V", (void *) android_glOrthox__IIIIII },

Completed in 169 milliseconds