Home
last modified time | relevance | path

Searched refs:glOrthof (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES11RenderEngine.cpp92 glOrthof(l, r, t, b, 0, 1); in setViewportAndProjection()
94 glOrthof(l, r, b, t, 0, 1); in setViewportAndProjection()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp98 glOrthof(0, w, 0, h, 0, 1); in main()
/frameworks/native/libs/gui/tests/
DMultiTextureConsumer_test.cpp78 glOrthof(0, getSurfaceWidth(), 0, getSurfaceHeight(), 0, 1); in TEST_F()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp94 glOrthof(0, w, 0, h, 0, 1); in main()
/frameworks/base/opengl/java/android/opengl/
DGLU.java94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f); in gluOrtho2D()
DGLES10.java976 public static native void glOrthof( in glOrthof() method in GLES10
DGLErrorWrapper.java607 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()
DGLLogWrapper.java2158 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/
Dfillrate.cpp113 glOrthof(0, w, 0, h, 0, 1); in main()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp73 glOrthof(0, w, 0, h, 0, 1); in main()
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestView.java240 gl.glOrthof(0, width, height, 0, -1, 1); in onSurfaceChanged()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF…
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java745 void glOrthof( in glOrthof() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.073 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF…
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in79 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/
Dgltrace.proto288 glOrthof = 262; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNe…
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java801 public native void glOrthof( in glOrthof() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
/frameworks/native/opengl/libagl/
Dmatrix.cpp1015 void glOrthof( in glOrthof() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1094 const GLMessage_Function GLMessage::glOrthof; member in android::gltrace::GLMessage
Dgltrace.pb.h1442 static const Function glOrthof = GLMessage_Function_glOrthof; variable
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2424 glOrthof( in android_glOrthof__FFFFFF()
Dcom_google_android_gles_jni_GLImpl.cpp3256 glOrthof( in android_glOrthof__FFFFFF()
/frameworks/native/opengl/libs/
Dentries.in450 GL_ENTRY(void, glOrthof, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)

12