Searched defs:farval (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | viewport.c | 237 GLclampd nearval, GLclampd farval) in set_depth_range_no_notify() 250 GLclampd nearval, GLclampd farval) in _mesa_set_depth_range() 267 _mesa_DepthRange(GLclampd nearval, GLclampd farval) in _mesa_DepthRange() 297 _mesa_DepthRangef(GLclampf nearval, GLclampf farval) in _mesa_DepthRangef() 368 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval) in _mesa_DepthRangeIndexed() 387 _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 | 2412 save_DepthRange(GLclampd nearval, GLclampd farval) in save_DepthRange() 2665 GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) in save_Frustum() 3263 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()
|