Home
last modified time | relevance | path

Searched refs:lightInfo (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.h44 bool opaque, const LightInfo& lightInfo) override;
99 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting() argument
101 mAmbientShadowAlpha = lightInfo.ambientShadowAlpha; in updateLighting()
102 mSpotShadowAlpha = lightInfo.spotShadowAlpha; in updateLighting()
DSkiaVulkanPipeline.cpp65 bool opaque, const LightInfo& lightInfo, in draw() argument
72 SkiaPipeline::updateLighting(lightGeometry, lightInfo); in draw()
DSkiaOpenGLPipeline.cpp74 bool opaque, const LightInfo& lightInfo, in draw() argument
102 SkiaPipeline::updateLighting(lightGeometry, lightInfo); in draw()
DSkiaOpenGLPipeline.h39 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
DSkiaVulkanPipeline.h38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
DSkiaPipeline.cpp84 const LightInfo& lightInfo) { in renderLayers() argument
85 updateLighting(lightGeometry, lightInfo); in renderLayers()
/frameworks/base/libs/hwui/renderthread/
DIRenderPipeline.h63 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
77 const LightInfo& lightInfo) = 0;
/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp176 LightInfo lightInfo; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
178 pipeline->renderLayers(lightGeometry, &layerUpdateQueue, opaque, lightInfo); in RENDERTHREAD_SKIA_PIPELINE_TEST()