Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp100 glOrthof(0, w, 0, h, 0, 1); in main()
/frameworks/native/opengl/tests/swapinterval/
Dswapinterval.cpp94 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/fillrate/
Dfillrate.cpp115 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/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/libs/
DlibGLESv1_CM.map.txt204 glOrthof;
Dentries_gles1.in213 GL_ENTRY(void, glOrthof, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
Dentries.in625 GL_ENTRY(void, glOrthof, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc221 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glOrthof);
501 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glOrthof); in init_stub_library()
Dstubs_arm64.cc221 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glOrthof);
501 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glOrthof); in init_stub_library()
Dstubs_arm.cc221 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glOrthof);
501 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glOrthof); in init_stub_library()
/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/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.java804 public native void glOrthof( in glOrthof() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h431 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2684 glOrthof( in android_glOrthof__FFFFFF()
Dcom_google_android_gles_jni_GLImpl.cpp3371 glOrthof( in android_glOrthof__FFFFFF()

12