Home
last modified time | relevance | path

Searched refs:LightGeometry (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DIRenderPipeline.h66 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
82 virtual void renderLayers(const LightGeometry& lightGeometry,
H A DCanvasContext.h322 LightGeometry mLightGeometry = {{0, 0, 0}, 0};
/aosp14/frameworks/base/libs/hwui/
H A DLighting.h24 struct LightGeometry { struct
H A DLightingInfo.h72 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp75 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue, in draw()
95 LightGeometry localGeometry = lightGeometry; in draw()
H A DSkiaOpenGLPipeline.cpp112 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue, in draw()
157 LightGeometry localGeometry = lightGeometry; in draw()
H A DSkiaOpenGLPipeline.h42 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
H A DSkiaVulkanPipeline.h42 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
H A DSkiaPipeline.h49 void renderLayers(const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
H A DSkiaPipeline.cpp94 void SkiaPipeline::renderLayers(const LightGeometry& lightGeometry, in renderLayers()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp143 LightGeometry lightGeometry; in RENDERTHREAD_SKIA_PIPELINE_TEST()