/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaPipelineTests.cpp | 54 android::uirenderer::Rect contentDrawBounds(0, 0, 1, 1); in RENDERTHREAD_SKIA_PIPELINE_TEST() local 59 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 76 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_SKIA_PIPELINE_TEST() local 81 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 85 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, false, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 100 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_SKIA_PIPELINE_TEST() local 105 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 169 android::uirenderer::Rect contentDrawBounds(0, 0, 0, 0); in RENDERTHREAD_SKIA_PIPELINE_TEST() local 178 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 184 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() [all …]
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaPipeline.cpp | 430 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderFrame() argument 444 renderFrameImpl(clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame() 449 renderOverdraw(clip, nodes, contentDrawBounds, surface, preTransform); in renderFrame() 467 const Rect& contentDrawBounds, SkCanvas* canvas, in renderFrameImpl() argument 518 Rect content(contentDrawBounds.getWidth(), contentDrawBounds.getHeight()); in renderFrameImpl() 548 float dx = backdrop.left - contentDrawBounds.left; in renderFrameImpl() 549 float dy = backdrop.top - contentDrawBounds.top; in renderFrameImpl() 554 SkRect::MakeXYWH(contentDrawBounds.left, contentDrawBounds.top, in renderFrameImpl() 626 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderOverdraw() argument 638 renderFrameImpl(clip, nodes, true, contentDrawBounds, &overdrawCanvas, preTransform); in renderOverdraw()
|
D | SkiaPipeline.h | 59 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, 86 const Rect& contentDrawBounds, SkCanvas* canvas, 94 const std::vector<sp<RenderNode>>& nodes, const Rect& contentDrawBounds,
|
D | SkiaVulkanPipeline.cpp | 65 LayerUpdateQueue* layerUpdateQueue, const Rect& contentDrawBounds, in draw() argument 74 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, backBuffer, in draw()
|
D | SkiaOpenGLPipeline.cpp | 74 LayerUpdateQueue* layerUpdateQueue, const Rect& contentDrawBounds, in draw() argument 104 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in draw()
|
D | SkiaOpenGLPipeline.h | 41 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
D | SkiaVulkanPipeline.h | 38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
/frameworks/base/libs/hwui/renderthread/ |
D | IRenderPipeline.h | 63 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|