Searched refs:LightInfo (Results 1 – 14 of 14) 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() function
|
D | LightingInfo.h | 72 static void updateLighting(const LightGeometry& lightGeometry, const LightInfo& lightInfo) { in updateLighting()
|
/frameworks/base/libs/hwui/renderthread/ |
D | IRenderPipeline.h | 66 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, 85 const LightInfo& lightInfo) = 0;
|
D | CanvasContext.h | 325 LightInfo mLightInfo;
|
/frameworks/base/libs/hwui/platform/android/pipeline/skia/ |
D | SkiaOpenGLPipeline.h | 43 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
D | SkiaVulkanPipeline.h | 43 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaCpuPipeline.h | 48 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
D | SkiaPipeline.h | 45 bool opaque, const LightInfo& lightInfo) override;
|
D | SkiaCpuPipeline.cpp | 102 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
|
D | SkiaVulkanPipeline.cpp | 77 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
|
D | SkiaOpenGLPipeline.cpp | 119 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
|
D | SkiaPipeline.cpp | 74 const LightInfo& lightInfo) { in renderLayers()
|
/frameworks/base/libs/hwui/platform/host/pipeline/skia/ |
D | SkiaGpuPipeline.h | 52 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaPipelineTests.cpp | 146 LightInfo lightInfo; in RENDERTHREAD_TEST()
|