HomeSort by relevance Sort by last modified time
    Searched refs:ClipDepthMode (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/main/
viewport.c 401 ctx->Transform.ClipDepthMode = GL_NEGATIVE_ONE_TO_ONE;
446 ctx->Transform.ClipDepthMode == depth)
462 if (ctx->Transform.ClipDepthMode != depth) {
463 ctx->Transform.ClipDepthMode = depth;
495 if (ctx->Transform.ClipDepthMode == GL_NEGATIVE_ONE_TO_ONE) {
attrib.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_state.c 153 if (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE)
gen6_clip_state.c 165 if (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE)
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 289 raster->clip_halfz = (ctx->Transform.ClipDepthMode == GL_ZERO_TO_ONE);
  /external/mesa3d/src/mesa/drivers/common/
meta.h 142 GLenum ClipDepthMode; /**< GL_NEGATIVE_ONE_TO_ONE or GL_ZERO_TO_ONE */
meta.c 681 save->ClipDepthMode = ctx->Transform.ClipDepthMode;
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 329 milliseconds