Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dviewport.c478 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()
Dattrib.c1468 _mesa_ClipControl(xform->ClipOrigin, xform->ClipDepthMode); in _mesa_PopAttrib()
Dmtypes.h1307 GLenum16 ClipDepthMode;/**< GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c226 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()
Dst_atom_rasterizer.c276 raster->clip_halfz = (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE); in st_update_rasterizer()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h141 GLenum ClipDepthMode; /**< GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE */ member
Dmeta.c717 save->ClipDepthMode = ctx->Transform.ClipDepthMode; in _mesa_meta_begin()
1110 _mesa_ClipControl(save->ClipOrigin, save->ClipDepthMode); in _mesa_meta_end()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c1347 if (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE) in genX()
1450 if (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE) in genX()