Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt206 glOrthox;
Dentries_gles1.in215 GL_ENTRY(void, glOrthox, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
Dentries.in627 GL_ENTRY(void, glOrthox, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
/frameworks/native/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/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.074 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in337 void API_ENTRY(glOrthox)(GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f) {
338 CALL_GL_API(glOrthox, l, r, b, t, n, f);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java987 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/native/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.java812 public native void glOrthox( in glOrthox() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h517 GL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h582 #define glOrthox wrap_glOrthox macro
Dgles_undefine.h581 #undef glOrthox
/frameworks/native/opengl/libagl/
Dmatrix.cpp1013 void glOrthox( in glOrthox() function
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2697 glOrthox( in android_glOrthox__IIIIII()
Dcom_google_android_gles_jni_GLImpl.cpp3384 glOrthox( in android_glOrthox__IIIIII()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18971 method public static void glOrthox(int, int, int, int, int, int);
51893 method public abstract void glOrthox(int, int, int, int, int, int);
/frameworks/base/api/
Dcurrent.txt31354 method public static void glOrthox(int, int, int, int, int, int);
74725 method public void glOrthox(int, int, int, int, int, int);