Searched refs:TwoSide (Results 1 – 16 of 16) sorted by relevance
190 if (ctx->Light.Model.TwoSide && in brw_upload_clip_prog()198 if (ctx->Light.Model.TwoSide && in brw_upload_clip_prog()
109 return ctx->Light.Enabled && ctx->Light.Model.TwoSide; in _mesa_vertex_program_two_side_enabled()
525 if (ctx->Light.Model.TwoSide == newbool) in _mesa_LightModelfv()529 ctx->Light.Model.TwoSide = newbool; in _mesa_LightModelfv()998 if (ctx->Light.Model.TwoSide) in _mesa_update_light_materials()1243 lm->TwoSide = GL_FALSE; in init_lightmodel()
179 if (ctx->Light.Model.TwoSide) in make_state_key()
1002 (GLfloat) attr->Light.Model.TwoSide); in _mesa_PopAttrib()
295 GLboolean TwoSide; /**< Two (or one) sided lighting? */ member
173 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide; in choose_interp_func()191 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide; in choose_copy_pv_func()
372 if (ctx->Light.Model.TwoSide) in run_lighting()
251 if ((ctx->Light.Enabled && ctx->Light.Model.TwoSide) || in _swsetup_choose_trifuncs()
278 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide; in radeonChooseVertexState()699 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide; in radeonChooseRenderState()
706 if (ctx->Light.Enabled && ctx->Light.Model.TwoSide) { in check_twoside_fallback()1060 if (ctx->Light.Model.TwoSide) in radeonLightModelfv()
194 PUSH_DATAb(push, ctx->Light.Model.TwoSide); in nv20_emit_light_model()
213 if (ctx->Light.Model.TwoSide) { in vbo_choose_attrs()
243 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide; in r200ChooseVertexState()577 GLboolean twosided = ctx->Light.Enabled && ctx->Light.Model.TwoSide; in r200ChooseRenderState()
1289 if (ctx->Light.Model.TwoSide) in r200LightModelfv()
950 ctx->Light.Model.TwoSide) ? DD_TRI_LIGHT_TWOSIDE : 0) | in intelChooseRenderState()