Home
last modified time | relevance | path

Searched defs:lightGeometry (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DLightingInfo.h72 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp68 const LightGeometry& lightGeometry, in draw()
H A DSkiaOpenGLPipeline.cpp73 const LightGeometry& lightGeometry, in draw()
H A DSkiaPipeline.cpp83 void SkiaPipeline::renderLayers(const LightGeometry& lightGeometry, in renderLayers()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp142 LightGeometry lightGeometry; in RENDERTHREAD_SKIA_PIPELINE_TEST() local