Searched refs:glOrtho (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/test/gl/ |
D | gl_renderer.cc | 50 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/angle/src/libGL/ |
D | libGL_autogen.def | 178 glOrtho
|
D | libGL_autogen.cpp | 905 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/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1033 GLAPI void GLAPIENTRY glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdoub…
|