Home
last modified time | relevance | path

Searched refs:ClipDepthMode (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dviewport.c469 ctx->Transform.ClipDepthMode = GL_NEGATIVE_ONE_TO_ONE; in _mesa_init_viewport()
497 ctx->Transform.ClipDepthMode == depth) in clip_control()
523 if (ctx->Transform.ClipDepthMode != depth) { in clip_control()
524 ctx->Transform.ClipDepthMode = depth; in clip_control()
582 if (ctx->Transform.ClipDepthMode == GL_NEGATIVE_ONE_TO_ONE) { in _mesa_get_viewport_xform()
Dmtypes.h1352 GLenum16 ClipDepthMode;/**< GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE */ member
Dattrib.c1072 TEST_AND_CALL2(Transform.ClipOrigin, Transform.ClipDepthMode, in _mesa_PopAttrib()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c306 raster->clip_halfz = (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE); in st_update_rasterizer()