Lines Matching refs:Model
495 /*** Light Model ***/
508 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params ))
511 COPY_4V( ctx->Light.Model.Ambient, params );
517 if (ctx->Light.Model.LocalViewer == newbool)
521 ctx->Light.Model.LocalViewer = newbool;
525 if (ctx->Light.Model.TwoSide == newbool)
529 ctx->Light.Model.TwoSide = newbool;
543 if (ctx->Light.Model.ColorControl == newenum)
547 ctx->Light.Model.ColorControl = newenum;
713 ctx->Light.Model.Ambient );
719 ctx->Light.Model.Ambient );
973 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR ||
974 ctx->Light.Model.LocalViewer);
977 ctx->Light.Model.LocalViewer);
998 if (ctx->Light.Model.TwoSide)
1063 if (!ctx->Light.Model.LocalViewer) {
1286 init_lightmodel( &ctx->Light.Model );