Searched refs:glOrtho (Results 1 – 19 of 19) sorted by relevance
/external/webrtc/test/gl/ |
D | gl_renderer.cc | 51 glOrtho(0.0f, 1.0f, 1.0f, 0.0f, -1.0f, 1.0f); in ResizeViewport()
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 205 glOrtho = glOrtho@48
|
D | osmesa.def | 208 glOrtho
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 198 glOrtho = glOrtho@48
|
D | opengl32.def | 198 glOrtho
|
D | stw_context.c | 901 &glOrtho,
|
D | gldrv.h | 330 …void (APIENTRY *glOrtho )( GLdouble left, GLdouble right, GLdouble bottom, G…
|
/external/eigen/demos/opengl/ |
D | gpuhelper.cpp | 44 glOrtho(0., vp[2], 0., vp[3], -1., 1.); in pushProjectionMode2D()
|
/external/webp/examples/ |
D | vwebp.c | 321 glOrtho(0, viewport[2], viewport[3], 0, -1, 1); in DrawCheckerBoard()
|
/external/webp/ |
D | configure.ac | 423 EXTERN_C char glOrtho(); 426 glOrtho();
|
/external/angle/src/libGLESv2/ |
D | opengl32_with_wgl_autogen.def | 1387 glOrtho
|
D | opengl32_autogen.def | 1387 glOrtho
|
D | libGLESv2_autogen.cpp | 6569 glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in glOrtho() function
|
/external/mesa3d/include/GL/ |
D | gl.h | 863 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
|
/external/mesa3d/docs/ |
D | versions.rst | 1473 - fixed glOrtho bug found with GCC 3.2.2 (RH9)
|
/external/cronet/third_party/quic_trace/src/third_party/glew/include/GL/ |
D | glew.h | 1039 GLAPI void GLAPIENTRY glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdoub…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1033 GLAPI void GLAPIENTRY glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdoub…
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 18528 #define glOrtho epoxy_glOrtho macro
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 116378 GEN_THUNKS(glOrtho, (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, …
|