Searched refs:TwoSide (Results 1 – 16 of 16) sorted by relevance
229 if (ctx->Light.Model.TwoSide && in brw_upload_clip_prog()238 if (ctx->Light.Model.TwoSide && in brw_upload_clip_prog()
195 key.do_twoside_color = (ctx->Light.Enabled && ctx->Light.Model.TwoSide); in brw_upload_sf_prog()
479 if (ctx->Light.Model.TwoSide == newbool) in _mesa_LightModelfv()482 ctx->Light.Model.TwoSide = newbool; in _mesa_LightModelfv()483 if (ctx->Light.Enabled && ctx->Light.Model.TwoSide) in _mesa_LightModelfv()917 if (ctx->Light.Model.TwoSide) in _mesa_update_lighting()1156 lm->TwoSide = GL_FALSE; in init_lightmodel()
362 ctx->Light.Model.TwoSide); in update_twoside()435 if (ctx->Light.Enabled && ctx->Light.Model.TwoSide)
405 if (ctx->Light.Enabled && ctx->Light.Model.TwoSide) in _mesa_set_enable()
180 if (ctx->Light.Model.TwoSide) in make_state_key()
699 GLboolean TwoSide; /**< Two (or one) sided lighting? */ member
1103 (GLfloat) light->Model.TwoSide); in _mesa_PopAttrib()
561 { GL_LIGHT_MODEL_TWO_SIDE, CONTEXT_BOOL(Light.Model.TwoSide), NO_EXTRA },
232 OFFSET( "LIGHT_MODEL_TWO_SIDE ", struct gl_lightmodel, TwoSide ); in main()
249 if ((ctx->Light.Enabled && ctx->Light.Model.TwoSide) || in _swsetup_choose_trifuncs()
369 if (ctx->Light.Model.TwoSide) in run_lighting()
193 PUSH_DATAb(push, ctx->Light.Model.TwoSide); in nv20_emit_light_model()
192 if (ctx->Light.Model.TwoSide) { in vbo_choose_attrs()
703 if (ctx->Light.Enabled && ctx->Light.Model.TwoSide) { in check_twoside_fallback()1057 if (ctx->Light.Model.TwoSide) in radeonLightModelfv()
1285 if (ctx->Light.Model.TwoSide) in r200LightModelfv()