Lines Matching refs:Ambient
111 if (TEST_EQ_4V(lu->Ambient, params))
114 COPY_4V( lu->Ambient, params );
394 COPY_4V( params, ctx->Light.LightSource[l].Ambient );
443 params[0] = FLOAT_TO_INT(ctx->Light.LightSource[l].Ambient[0]);
444 params[1] = FLOAT_TO_INT(ctx->Light.LightSource[l].Ambient[1]);
445 params[2] = FLOAT_TO_INT(ctx->Light.LightSource[l].Ambient[2]);
446 params[3] = FLOAT_TO_INT(ctx->Light.LightSource[l].Ambient[3]);
508 if (TEST_EQ_4V( ctx->Light.Model.Ambient, params ))
511 COPY_4V( ctx->Light.Model.Ambient, params );
693 SCALE_3V( light->_MatAmbient[0], lu->Ambient,
704 SCALE_3V( light->_MatAmbient[1], lu->Ambient,
713 ctx->Light.Model.Ambient );
719 ctx->Light.Model.Ambient );
1212 ASSIGN_4V( lu->Ambient, 0.0, 0.0, 0.0, 1.0 );
1241 ASSIGN_4V( lm->Ambient, 0.2F, 0.2F, 0.2F, 1.0F );