Home
last modified time | relevance | path

Searched refs:updateLighting (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DLightingInfo.h72 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting() function
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp99 LightingInfo::updateLighting(localGeometry, lightInfo); in draw()
H A DSkiaOpenGLPipeline.cpp160 LightingInfo::updateLighting(localGeometry, lightInfo); in draw()
H A DSkiaPipeline.cpp97 LightingInfo::updateLighting(lightGeometry, lightInfo); in renderLayers()