Searched defs:farval (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A 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()
|
H A D | matrix.c | 106 GLdouble nearval, GLdouble farval, in matrix_frustum() 149 GLdouble nearval, GLdouble farval ) in _mesa_Frustum() 164 GLdouble nearval, GLdouble farval ) in _mesa_MatrixFrustumEXT() 184 GLdouble nearval, GLdouble farval, in matrix_ortho() 231 GLdouble nearval, GLdouble farval ) in _mesa_Ortho() 246 GLdouble nearval, GLdouble farval ) in _mesa_MatrixOrthoEXT()
|
H A D | dlist.c | 2246 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() 2500 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Frustum() 3098 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Ortho() 9136 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixOrthoEXT() 9159 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_MatrixFrustumEXT()
|
/aosp_15_r20/external/mesa3d/src/mesa/math/ |
H A D | m_matrix.c | 775 GLfloat nearval, GLfloat farval ) in _math_matrix_frustum() 815 float nearval, float farval) in _math_float_ortho() 858 GLfloat nearval, GLfloat farval ) in _math_matrix_ortho()
|