Searched defs:far_val (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dcuberender.c206 GLfloat near_val = 0.5, far_val = 20.0; local in function:SetupCubeFaceView
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c799 float near_val, far_val; local in function:depth_test_quads_fallback
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c863 float near_val, far_val; local in function:depth_test_quads_fallback
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp130 void __indirect_glDepthRange(GLclampd near_val, GLclampd far_val) { } argument
159 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } argument
244 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } argument

Completed in 13 milliseconds