Home
last modified time | relevance | path

Searched refs:getLightInfo (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h187 const Light& getLightInfo(uint32_t lightIndex);
DCoreProfileEngine.cpp925 const auto& light = mCtx->getLightInfo(i); in setupLighting()
DGLEScmContext.cpp230 const GLEScmContext::Light& GLEScmContext::getLightInfo(uint32_t lightIndex) { in getLightInfo() function in GLEScmContext