Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLightingInfo.h72 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting() argument
74 mAmbientShadowAlpha = lightInfo.ambientShadowAlpha; in updateLighting()
75 mSpotShadowAlpha = lightInfo.spotShadowAlpha; in updateLighting()
/frameworks/base/libs/hwui/renderthread/
DIRenderPipeline.h63 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
76 const LightInfo& lightInfo) = 0;
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp66 bool opaque, const LightInfo& lightInfo, in draw() argument
73 LightingInfo::updateLighting(lightGeometry, lightInfo); in draw()
DSkiaOpenGLPipeline.cpp75 bool opaque, const LightInfo& lightInfo, in draw() argument
103 LightingInfo::updateLighting(lightGeometry, lightInfo); in draw()
DSkiaOpenGLPipeline.h41 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
DSkiaVulkanPipeline.h38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
DSkiaPipeline.h46 bool opaque, const LightInfo& lightInfo) override;
DSkiaPipeline.cpp80 const LightInfo& lightInfo) { in renderLayers() argument
81 LightingInfo::updateLighting(lightGeometry, lightInfo); in renderLayers()
/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp145 LightInfo lightInfo; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
147 pipeline->renderLayers(lightGeometry, &layerUpdateQueue, opaque, lightInfo); in RENDERTHREAD_SKIA_PIPELINE_TEST()