Searched refs:LightInfo (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Lighting.h | 29 struct LightInfo { struct 30 LightInfo() : LightInfo(0, 0) {} in LightInfo() argument 31 LightInfo(uint8_t ambientShadowAlpha, uint8_t spotShadowAlpha) in LightInfo() argument
|
D | LightingInfo.h | 72 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting()
|
/frameworks/base/libs/hwui/renderthread/ |
D | IRenderPipeline.h | 64 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, 77 const LightInfo& lightInfo) = 0;
|
D | CanvasContext.h | 296 LightInfo mLightInfo;
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaVulkanPipeline.h | 41 const LightInfo& lightInfo,
|
D | SkiaOpenGLPipeline.h | 44 const LightInfo& lightInfo,
|
D | SkiaPipeline.h | 46 bool opaque, const LightInfo& lightInfo) override;
|
D | SkiaVulkanPipeline.cpp | 74 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
|
D | SkiaOpenGLPipeline.cpp | 78 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
|
D | SkiaPipeline.cpp | 85 const LightInfo& lightInfo) { in renderLayers()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaPipelineTests.cpp | 145 LightInfo lightInfo; in RENDERTHREAD_SKIA_PIPELINE_TEST()
|