Lines Matching refs:Model
434 /*** Light Model ***/
447 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params ))
450 COPY_4V( ctx->Light.Model.Ambient, params );
456 if (ctx->Light.Model.LocalViewer == newbool)
459 ctx->Light.Model.LocalViewer = newbool;
463 if (ctx->Light.Model.TwoSide == newbool)
466 ctx->Light.Model.TwoSide = newbool;
480 if (ctx->Light.Model.ColorControl == newenum)
483 ctx->Light.Model.ColorControl = newenum;
647 ctx->Light.Model.Ambient );
653 ctx->Light.Model.Ambient );
898 ctx->Light.Model.ColorControl == GL_SEPARATE_SPECULAR_COLOR ||
899 ctx->Light.Model.LocalViewer);
902 ctx->Light.Model.LocalViewer);
916 if (ctx->Light.Model.TwoSide)
980 if (!ctx->Light.Model.LocalViewer) {
1200 init_lightmodel( &ctx->Light.Model );