Home | History | Annotate | Download | only in libGLES_CM

Lines Matching refs:specular

181 		light[i].specular = {0.0f, 0.0f, 0.0f, 1.0f};
190 light[0].specular = {1.0f, 1.0f, 1.0f, 1.0f};
653 light[index].specular = {r, g, b, a};
1972 device->setLightSpecular(i, sw::Color<float>(light[i].specular.red, light[i].specular.green, light[i].specular.blue, light[i].specular.alpha));