/external/angle/src/tests/gl_tests/gles1/ |
D | MatrixBuiltinsTest.cpp | 131 glOrthof(l, r, b, t, n, f); in TEST_P() 162 glOrthof(1.0f, 1.0f, 0.0f, 1.0f, 0.1f, 1.0f); in TEST_P() 164 glOrthof(0.0f, 1.0f, 1.0f, 1.0f, 0.1f, 1.0f); in TEST_P() 166 glOrthof(0.0f, 1.0f, 0.0f, 1.0f, 1.0f, 1.0f); in TEST_P() 173 glOrthof(-1.0f, 1.0f, -1.0f, 1.0f, -1.0f, 0.0f); in TEST_P() 175 glOrthof(-1.0f, 1.0f, -1.0f, 1.0f, 0.0f, -1.0f); in TEST_P()
|
/external/angle/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 29 glOrthof @27
|
D | libGLESv1_CM.cpp | 148 void GL_APIENTRY glOrthof(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) in glOrthof() function
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 105 glOrthof
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 132 glOrthof @98
|
D | libGLES_CM.lds | 133 glOrthof;
|
D | libGLES_CM.hpp | 163 …void (GL_APIENTRY *glOrthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNe…
|
D | main.cpp | 1133 GL_API void GL_APIENTRY glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glOrthof() function 1538 this->glOrthof = es1::Orthof; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 4848 FUNCTION(glOrthof), in es1GetProcAddress()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 80 gl.glOrthof(0.0f, viewWidth, 0.0f, viewHeight, 0.0f, 1.0f); in beginDrawing()
|
D | GLErrorLogger.java | 510 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() method in GLErrorLogger.ErrorLoggingGL 512 ((GL10)mGL).glOrthof( left, right, bottom, top, in glOrthof()
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 107 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | object_tracker.cc | 391 glOrthof(0.0f, canvas_width, 0.0f, canvas_height, 0.0f, 1.0f); in Draw()
|
/external/angle/src/libGLESv2/ |
D | libGLESv2_with_capture_autogen.def | 433 glOrthof
|
D | libGLESv2_no_capture_autogen.def | 433 glOrthof
|
D | libGLESv2_autogen.cpp | 2571 void GL_APIENTRY glOrthof(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) in glOrthof() function
|
/external/swiftshader/include/GLES/ |
D | gl.h | 430 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 430 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
|
/external/angle/include/GLES/ |
D | gl.h | 579 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 161 "glOrthof",
|
/external/angle/src/tests/restricted_traces/ |
D | trace_gles_loader_autogen.h | 41 #define glOrthof t_glOrthof macro
|
/external/angle/util/ |
D | gles_loader_autogen.h | 41 #define glOrthof l_glOrthof macro
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 15428 r = ((glOrthof = (PFNGLORTHOFPROC)glewGetProcAddress((const GLubyte*)"glOrthof")) == NULL) || r; in _glewInit_GL_REGAL_ES1_0_compatibility()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 17893 #define glOrthof GLEW_GET_FUN(__glewOrthof) macro
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 18529 #define glOrthof epoxy_glOrthof macro
|