Searched defs:farval (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | viewport.c | 292 GLclampd nearval, GLclampd farval) in set_depth_range_no_notify() 308 GLclampd nearval, GLclampd farval) in _mesa_set_depth_range() 322 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange() 346 _mesa_DepthRangef(GLclampf nearval, GLclampf farval) in _mesa_DepthRangef() 428 GLclampd farval) in _mesa_DepthRangeIndexed_no_error() 436 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval) in _mesa_DepthRangeIndexed() 455 _mesa_DepthRangeIndexedfOES(GLuint index, GLfloat nearval, GLfloat farval) in _mesa_DepthRangeIndexedfOES()
|
D | matrix.c | 106 GLdouble nearval, GLdouble farval, in matrix_frustum() 148 GLdouble nearval, GLdouble farval ) in _mesa_Frustum() 163 GLdouble nearval, GLdouble farval ) in _mesa_MatrixFrustumEXT() 183 GLdouble nearval, GLdouble farval, in matrix_ortho() 229 GLdouble nearval, GLdouble farval ) in _mesa_Ortho() 244 GLdouble nearval, GLdouble farval ) in _mesa_MatrixOrthoEXT()
|
D | dlist.c | 2525 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() 2779 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Frustum() 3377 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Ortho() 9415 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixOrthoEXT() 9438 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()
|