Home | History | Annotate | Download | only in libGLES_CM

Lines Matching defs:setLightSpecular

651 void Context::setLightSpecular(int index, float r, float g, float b, float a)
1971 device->setLightSpecular(i, sw::Color<float>(light[i].specular.red, light[i].specular.green, light[i].specular.blue, light[i].specular.alpha));