Searched refs:lightInfo (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaPipeline.h | 44 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()
|
D | SkiaVulkanPipeline.cpp | 65 bool opaque, const LightInfo& lightInfo, in draw() argument 72 SkiaPipeline::updateLighting(lightGeometry, lightInfo); in draw()
|
D | SkiaOpenGLPipeline.cpp | 74 bool opaque, const LightInfo& lightInfo, in draw() argument 102 SkiaPipeline::updateLighting(lightGeometry, lightInfo); in draw()
|
D | SkiaOpenGLPipeline.h | 39 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
D | SkiaVulkanPipeline.h | 38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
D | SkiaPipeline.cpp | 84 const LightInfo& lightInfo) { in renderLayers() argument 85 updateLighting(lightGeometry, lightInfo); in renderLayers()
|
/frameworks/base/libs/hwui/renderthread/ |
D | IRenderPipeline.h | 63 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, 77 const LightInfo& lightInfo) = 0;
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaPipelineTests.cpp | 176 LightInfo lightInfo; in RENDERTHREAD_SKIA_PIPELINE_TEST() local 178 pipeline->renderLayers(lightGeometry, &layerUpdateQueue, opaque, lightInfo); in RENDERTHREAD_SKIA_PIPELINE_TEST()
|