Searched refs:TwoSide (Results 1 – 4 of 4) sorted by relevance
109 return ctx->Light.Enabled && ctx->Light.Model.TwoSide; in _mesa_vertex_program_two_side_enabled()
520 if (ctx->Light.Model.TwoSide == newbool) in _mesa_LightModelfv()524 ctx->Light.Model.TwoSide = newbool; in _mesa_LightModelfv()987 if (ctx->Light.Model.TwoSide) in _mesa_update_light_materials()1216 lm->TwoSide = GL_FALSE; in init_lightmodel()
210 GLboolean TwoSide; /**< Two (or one) sided lighting? */ member
191 if (ctx->Light.Model.TwoSide) in make_state_key()