HomeSort by relevance Sort by last modified time
    Searched full:frontface_ccw (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf.h 53 GLuint frontface_ccw:1; member in struct:brw_sf_prog_key
brw_sf.c 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
brw_sf_emit.c 101 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.h 53 GLuint frontface_ccw:1; member in struct:brw_sf_prog_key
brw_sf.c 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
brw_sf_emit.c 101 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L;

Completed in 593 milliseconds