Searched refs:spotlightExponent (Results 1 – 4 of 4) sorted by relevance
257 const GLfloat spotlightExponent = rng.randomFloatBetween(0.0f, 128.0f); in TEST_P() local289 glLightfv(GL_LIGHT0 + i, GL_SPOT_EXPONENT, &spotlightExponent); in TEST_P()292 EXPECT_EQ(spotlightExponent, actualFloatValue); in TEST_P()
69 GLfloat spotlightExponent = 0.0f; member
347 uniformBuffers.spotlightExponents[i] = light.spotlightExponent; in prepareForDraw()
2340 lightParams.spotlightExponent = *params; in SetLightParameters()2385 *params = lightParams.spotlightExponent; in GetLightParameters()