Searched defs:nearval (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | viewport.c | 289 GLclampd nearval, GLclampd farval) in set_depth_range_no_notify() 305 GLclampd nearval, GLclampd farval) in _mesa_set_depth_range() 322 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange() 350 _mesa_DepthRangef(GLclampf nearval, GLclampf farval) in _mesa_DepthRangef() 437 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd nearval, in _mesa_DepthRangeIndexed_no_error() 446 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval) in _mesa_DepthRangeIndexed() 465 _mesa_DepthRangeIndexedfOES(GLuint index, GLfloat nearval, GLfloat farval) in _mesa_DepthRangeIndexedfOES()
|
D | matrix.c | 105 GLdouble nearval, GLdouble farval, in matrix_frustum() 147 GLdouble nearval, GLdouble farval ) in _mesa_Frustum() 162 GLdouble nearval, GLdouble farval ) in _mesa_MatrixFrustumEXT() 182 GLdouble nearval, GLdouble farval, in matrix_ortho() 228 GLdouble nearval, GLdouble farval ) in _mesa_Ortho() 243 GLdouble nearval, GLdouble farval ) in _mesa_MatrixOrthoEXT()
|
D | dlist.c | 2606 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() 2860 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Frustum() 3458 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Ortho() 9496 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixOrthoEXT() 9519 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixFrustumEXT()
|
/third_party/mesa3d/src/mesa/math/ |
D | m_matrix.c | 872 GLfloat nearval, GLfloat farval ) in _math_matrix_frustum() 912 float nearval, float farval) in _math_float_ortho() 955 GLfloat nearval, GLfloat farval ) in _math_matrix_ortho()
|