Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLighting.h29 struct LightInfo { struct
30 LightInfo() : LightInfo(0, 0) {} in LightInfo() argument
31 LightInfo(uint8_t ambientShadowAlpha, uint8_t spotShadowAlpha) in LightInfo() argument
DLightingInfo.h72 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting()
/frameworks/base/libs/hwui/renderthread/
DIRenderPipeline.h64 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
77 const LightInfo& lightInfo) = 0;
DCanvasContext.h296 LightInfo mLightInfo;
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.h41 const LightInfo& lightInfo,
DSkiaOpenGLPipeline.h44 const LightInfo& lightInfo,
DSkiaPipeline.h46 bool opaque, const LightInfo& lightInfo) override;
DSkiaVulkanPipeline.cpp74 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
DSkiaOpenGLPipeline.cpp78 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
DSkiaPipeline.cpp85 const LightInfo& lightInfo) { in renderLayers()
/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp145 LightInfo lightInfo; in RENDERTHREAD_SKIA_PIPELINE_TEST()