Searched defs:farval (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | viewport.c | 288 GLclampd nearval, GLclampd farval) in set_depth_range_no_notify() 304 GLclampd nearval, GLclampd farval) in _mesa_set_depth_range() 321 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange() 349 _mesa_DepthRangef(GLclampf nearval, GLclampf farval) in _mesa_DepthRangef() 437 GLclampd farval) in _mesa_DepthRangeIndexed_no_error() 445 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval) in _mesa_DepthRangeIndexed() 464 _mesa_DepthRangeIndexedfOES(GLuint index, GLfloat nearval, GLfloat farval) in _mesa_DepthRangeIndexedfOES()
|
D | matrix.c | 68 GLdouble nearval, GLdouble farval ) in _mesa_Frustum() 111 GLdouble nearval, GLdouble farval ) in _mesa_Ortho()
|
D | dlist.c | 2413 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() 2666 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Frustum() 3264 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Ortho()
|
/external/mesa3d/src/mesa/math/ |
D | m_matrix.c | 982 GLfloat nearval, GLfloat farval ) in _math_matrix_frustum() 1022 GLfloat nearval, GLfloat farval ) in _math_matrix_ortho()
|