Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DIRenderPipeline.h53 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
65 virtual void renderLayers(const LightGeometry& lightGeometry,
H A DCanvasContext.h292 LightGeometry mLightGeometry = {{0, 0, 0}, 0};
/aosp12/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()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.h40 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
H A DSkiaVulkanPipeline.h37 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
H A DSkiaVulkanPipeline.cpp68 const LightGeometry& lightGeometry, in draw()
H A DSkiaPipeline.h45 void renderLayers(const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
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()