Searched defs:near_val (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 863 float near_val, far_val; in depth_test_quads_fallback() local
|
/third_party/mesa3d/src/glx/tests/ |
D | indirect_api.cpp | 130 void __indirect_glDepthRange(GLclampd near_val, GLclampd far_val) { } in __indirect_glDepthRange() 159 …ustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble fa… in __indirect_glFrustum() 244 …Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble fa… in __indirect_glOrtho()
|