Searched refs:ClipDepthMode (Results 1 – 4 of 4) sorted by relevance
469 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()
1352 GLenum16 ClipDepthMode;/**< GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE */ member
1072 TEST_AND_CALL2(Transform.ClipOrigin, Transform.ClipDepthMode, in _mesa_PopAttrib()
306 raster->clip_halfz = (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE); in st_update_rasterizer()