Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h205 GLfloat attenuationLinears[kMaxLights]; member
DCoreProfileEngine.cpp934 m_lightingBuffer.attenuationLinears[i] = light.attenuationLinear; in setupLighting()
947 …wState.lightAttenuationLinearsLoc, GLEScmContext::kMaxLights, m_lightingBuffer.attenuationLinears); in setupLighting()