Home
last modified time | relevance | path

Searched refs:glOrthox (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
DGLES10.spec74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java754 void glOrthox( in glOrthox() method
/frameworks/base/opengl/tools/glgen/specs/jsr239/
Dglspec-1.074 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
/frameworks/base/opengl/libs/GLES_CM/
Dgl_api.in337 void API_ENTRY(glOrthox)(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G…
338 CALL_GL_API(glOrthox, left, right, bottom, top, zNear, zFar);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1003 public static native void glOrthox( in glOrthox() method in GLES10
DGLErrorWrapper.java614 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() method in GLErrorWrapper
617 mgl.glOrthox(left, right, bottom, top, near, far); in glOrthox()
DGLLogWrapper.java2173 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox() method in GLLogWrapper
2184 mgl.glOrthox(left, right, bottom, top, near, far); in glOrthox()
/frameworks/base/opengl/tests/angeles/include/GLES/
Dgl.h546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNe…
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java811 public native void glOrthox( in glOrthox() method in GLImpl
/frameworks/base/opengl/include/GLES/
Dgl.h707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed…
/frameworks/base/opengl/libagl/
Dmatrix.cpp1024 void glOrthox( in glOrthox() function
/frameworks/base/opengl/libs/
Dentries.in265 GL_ENTRY(void, glOrthox, GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G…
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2825 glOrthox( in android_glOrthox__IIIIII()
Dcom_google_android_gles_jni_GLImpl.cpp2951 glOrthox( in android_glOrthox__IIIIII()