Searched refs:ClipDepthMode (Results 1 – 8 of 8) sorted by relevance
478 ctx->Transform.ClipDepthMode = GL_NEGATIVE_ONE_TO_ONE; in _mesa_init_viewport()506 ctx->Transform.ClipDepthMode == depth) in clip_control()539 if (ctx->Transform.ClipDepthMode != depth) { in clip_control()540 ctx->Transform.ClipDepthMode = depth; in clip_control()601 if (ctx->Transform.ClipDepthMode == GL_NEGATIVE_ONE_TO_ONE) { in _mesa_get_viewport_xform()
1468 _mesa_ClipControl(xform->ClipOrigin, xform->ClipDepthMode); in _mesa_PopAttrib()
1307 GLenum16 ClipDepthMode;/**< GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE */ member
226 st->ctx->Transform.ClipDepthMode == GL_NEGATIVE_ONE_TO_ONE; in st_update_vp()291 st->ctx->Transform.ClipDepthMode == GL_NEGATIVE_ONE_TO_ONE; in st_update_common_program()
276 raster->clip_halfz = (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE); in st_update_rasterizer()
141 GLenum ClipDepthMode; /**< GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE */ member
717 save->ClipDepthMode = ctx->Transform.ClipDepthMode; in _mesa_meta_begin()1110 _mesa_ClipControl(save->ClipOrigin, save->ClipDepthMode); in _mesa_meta_end()
1347 if (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE) in genX()1450 if (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE) in genX()