Home
last modified time | relevance | path

Searched refs:spotlightExponents (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h202 GLfloat spotlightExponents[kMaxLights]; member
DCoreProfileEngine.cpp931 m_lightingBuffer.spotlightExponents[i] = light.spotlightExponent; in setupLighting()
944 …wState.lightSpotlightExponentsLoc, GLEScmContext::kMaxLights, m_lightingBuffer.spotlightExponents); in setupLighting()