Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.h204 GLfloat attenuationConsts[kMaxLights]; member
DCoreProfileEngine.cpp933 m_lightingBuffer.attenuationConsts[i] = light.attenuationConst; in setupLighting()
946 …rawState.lightAttenuationConstsLoc, GLEScmContext::kMaxLights, m_lightingBuffer.attenuationConsts); in setupLighting()