/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.cpp | 92 glOrthof(l, r, t, b, 0, 1); in setViewportAndProjection() 94 glOrthof(l, r, b, t, 0, 1); in setViewportAndProjection()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 98 glOrthof(0, w, 0, h, 0, 1); in main()
|
/frameworks/native/libs/gui/tests/ |
D | MultiTextureConsumer_test.cpp | 78 glOrthof(0, getSurfaceWidth(), 0, getSurfaceHeight(), 0, 1); in TEST_F()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 94 glOrthof(0, w, 0, h, 0, 1); in main()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f); in gluOrtho2D()
|
D | GLES10.java | 976 public static native void glOrthof( in glOrthof() method in GLES10
|
D | GLErrorWrapper.java | 607 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() method in GLErrorWrapper 610 mgl.glOrthof(left, right, bottom, top, near, far); in glOrthof()
|
D | GLLogWrapper.java | 2158 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() method in GLLogWrapper 2169 mgl.glOrthof(left, right, bottom, top, near, far); in glOrthof()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 113 glOrthof(0, w, 0, h, 0, 1); in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 73 glOrthof(0, w, 0, h, 0, 1); in main()
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 240 gl.glOrthof(0, width, height, 0, -1, 1); in onSurfaceChanged()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF…
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 745 void glOrthof( in glOrthof() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF…
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 79 void API_ENTRY(glOrthof)(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) { 80 CALL_GL_API(glOrthof, l, r, b, t, n, f);
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 288 glOrthof = 262; enumerator
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNe…
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 801 public native void glOrthof( in glOrthof() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 1015 void glOrthof( in glOrthof() function
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1094 const GLMessage_Function GLMessage::glOrthof; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1442 static const Function glOrthof = GLMessage_Function_glOrthof; variable
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2424 glOrthof( in android_glOrthof__FFFFFF()
|
D | com_google_android_gles_jni_GLImpl.cpp | 3256 glOrthof( in android_glOrthof__FFFFFF()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 450 GL_ENTRY(void, glOrthof, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
|