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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 224 key.frontface_ccw = ctx->Polygon._FrontBit == render_to_fbo;
gen6_clip_state.c 115 if (ctx->Polygon._FrontBit == _mesa_is_user_fbo(fb))
gen7_sf_state.c 130 if (ctx->Polygon._FrontBit == render_to_fbo)
brw_clip.c 241 if (!ctx->Polygon._FrontBit) {
brw_sf_state.c 193 if (ctx->Polygon._FrontBit)
gen6_sf_state.c 296 if (ctx->Polygon._FrontBit == render_to_fbo)
gen8_sf_state.c 238 if (ctx->Polygon._FrontBit == render_to_fbo)
  /external/mesa3d/src/mesa/main/
state.c 340 * Update the ctx->Polygon._FrontBit flag.
346 ctx->Polygon._FrontBit = (ctx->Polygon.FrontFace == GL_CW);
348 ctx->Polygon._FrontBit = (ctx->Polygon.FrontFace == GL_CCW);
polygon.c 313 ctx->Polygon._FrontBit = 0;
mtypes.h 787 GLboolean _FrontBit; /**< 0=GL_CCW, 1=GL_CW */
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
365 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 61 facing = (cc < 0.0F) ^ ctx->Polygon._FrontBit;

Completed in 77 milliseconds