Home
last modified time | relevance | path

Searched refs:lightGeometry (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DLightingInfo.h72 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting() argument
73 mLightRadius = lightGeometry.radius; in updateLighting()
76 mLightCenter = lightGeometry.center; in updateLighting()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DIRenderPipeline.h53 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
65 virtual void renderLayers(const LightGeometry& lightGeometry,
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp68 const LightGeometry& lightGeometry, in draw() argument
77 LightingInfo::updateLighting(lightGeometry, lightInfo); in draw()
H A DSkiaOpenGLPipeline.cpp73 const LightGeometry& lightGeometry, in draw() argument
107 LightingInfo::updateLighting(lightGeometry, lightInfo); in draw()
H A DSkiaOpenGLPipeline.h40 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
H A DSkiaVulkanPipeline.h37 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
H A DSkiaPipeline.h45 void renderLayers(const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
H A DSkiaPipeline.cpp83 void SkiaPipeline::renderLayers(const LightGeometry& lightGeometry, in renderLayers() argument
86 LightingInfo::updateLighting(lightGeometry, lightInfo); in renderLayers()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp142 LightGeometry lightGeometry; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
143 lightGeometry.radius = 1.0f; in RENDERTHREAD_SKIA_PIPELINE_TEST()
144 lightGeometry.center = {0.0f, 0.0f, 0.0f}; in RENDERTHREAD_SKIA_PIPELINE_TEST()
147 pipeline->renderLayers(lightGeometry, &layerUpdateQueue, opaque, lightInfo); in RENDERTHREAD_SKIA_PIPELINE_TEST()