/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 206 glOrthox;
|
D | entries_gles1.in | 215 GL_ENTRY(void, glOrthox, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
|
D | entries.in | 627 GL_ENTRY(void, glOrthox, GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 754 void glOrthox( in glOrthox() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 337 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/ |
D | GLES10.java | 987 public static native void glOrthox( in glOrthox() method in GLES10
|
D | GLErrorWrapper.java | 614 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()
|
D | GLLogWrapper.java | 2173 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/ |
D | gl.h | 546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNe…
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 812 public native void glOrthox( in glOrthox() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 517 GL_API void GL_APIENTRY glOrthox (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 582 #define glOrthox wrap_glOrthox macro
|
D | gles_undefine.h | 581 #undef glOrthox
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1013 void glOrthox( in glOrthox() function
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2697 glOrthox( in android_glOrthox__IIIIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3384 glOrthox( in android_glOrthox__IIIIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18971 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/ |
D | current.txt | 31354 method public static void glOrthox(int, int, int, int, int, int); 74725 method public void glOrthox(int, int, int, int, int, int);
|