Home
last modified time | relevance | path

Searched refs:SkiaDisplayList (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp34 TEST(SkiaDisplayList, create) { in TEST() argument
35 SkiaDisplayList skiaDL; in TEST()
40 TEST(SkiaDisplayList, reset) { in TEST() argument
41 std::unique_ptr<SkiaDisplayList> skiaDL; in TEST()
77 TEST(SkiaDisplayList, reuseDisplayList) { in TEST() argument
79 std::unique_ptr<SkiaDisplayList> availableList; in TEST()
86 SkiaDisplayList skiaDL; in TEST()
99 TEST(SkiaDisplayList, syncContexts) { in TEST() argument
100 SkiaDisplayList skiaDL; in TEST()
141 RENDERTHREAD_SKIA_PIPELINE_TEST(SkiaDisplayList, prepareListAndChildren) { in RENDERTHREAD_SKIA_PIPELINE_TEST() argument
[all …]
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.h34 class SkiaDisplayList; variable
83 void setProjectedDisplayList(SkiaDisplayList* projectedDisplayList) { in setProjectedDisplayList()
115 void drawBackwardsProjectedNodes(SkCanvas* canvas, const SkiaDisplayList& displayList,
150 SkiaDisplayList* mProjectedDisplayList = nullptr;
DSkiaDisplayList.cpp38 void SkiaDisplayList::syncContents(const WebViewSyncData& data) { in syncContents()
50 void SkiaDisplayList::onRemovedFromTree() { in onRemovedFromTree()
56 bool SkiaDisplayList::reuseDisplayList(RenderNode* node) { in reuseDisplayList()
62 void SkiaDisplayList::updateChildren(std::function<void(RenderNode*)> updateFn) { in updateChildren()
91 bool SkiaDisplayList::prepareListAndChildren( in prepareListAndChildren()
166 void SkiaDisplayList::reset() { in reset()
181 void SkiaDisplayList::output(std::ostream& output, uint32_t level) const { in output()
DReorderBarrierDrawables.h30 class SkiaDisplayList; variable
42 explicit StartReorderBarrierDrawable(SkiaDisplayList* data);
52 SkiaDisplayList* mDisplayList;
DSkiaDisplayList.h47 class SkiaDisplayList {
54 ~SkiaDisplayList() { in ~SkiaDisplayList()
DSkiaRecordingCanvas.h51 std::unique_ptr<SkiaDisplayList> finishRecording();
86 std::unique_ptr<SkiaDisplayList> mDisplayList;
DRenderNodeDrawable.cpp47 const SkiaDisplayList& displayList, in drawBackwardsProjectedNodes()
72 const SkiaDisplayList* childDisplayList = childNode->getDisplayList().asSkiaDl(); in drawBackwardsProjectedNodes()
150 SkiaDisplayList* displayList = renderNode->getDisplayList().asSkiaDl(); in forceDraw()
217 SkiaDisplayList* displayList = mRenderNode->getDisplayList().asSkiaDl(); in drawContent()
227 SkiaDisplayList* displayList = renderNode->getDisplayList().asSkiaDl(); in drawContent()
DStretchMask.h56 skiapipeline::SkiaDisplayList* displayList, SkCanvas* canvas);
DDumpOpsCanvas.h32 DumpOpsCanvas(std::ostream& output, int level, const SkiaDisplayList& displayList) in DumpOpsCanvas()
150 const SkiaDisplayList& mDisplayList;
DStretchMask.cpp27 skiapipeline::SkiaDisplayList* displayList, in draw()
DSkiaRecordingCanvas.cpp51 mDisplayList.reset(new SkiaDisplayList()); in initDisplayList()
78 std::unique_ptr<SkiaDisplayList> SkiaRecordingCanvas::finishRecording() { in finishRecording()
DReorderBarrierDrawables.cpp29 StartReorderBarrierDrawable::StartReorderBarrierDrawable(SkiaDisplayList* data) in StartReorderBarrierDrawable()
DSkiaPipeline.cpp105 SkiaDisplayList* displayList = layerNode->getDisplayList().asSkiaDl(); in renderLayersImpl()
302 SkiaDisplayList* dl = node->getDisplayList().asSkiaDl(); in collectLayers()
/frameworks/base/libs/hwui/
DDisplayList.h39 explicit SkiaDisplayListWrapper(std::unique_ptr<skiapipeline::SkiaDisplayList> impl) in SkiaDisplayListWrapper()
83 [[nodiscard]] skiapipeline::SkiaDisplayList* asSkiaDl() { in asSkiaDl()
87 [[nodiscard]] const skiapipeline::SkiaDisplayList* asSkiaDl() const { in asSkiaDl()
153 std::unique_ptr<skiapipeline::SkiaDisplayList> mImpl;
163 using SkiaDisplayList = skiapipeline::SkiaDisplayList;
185 std::variant<EmptyList, std::unique_ptr<SkiaDisplayList>, CanvasOpBuffer> mImpls;
216 explicit MultiDisplayList(std::unique_ptr<SkiaDisplayList> impl) in MultiDisplayList()
258 [[nodiscard]] SkiaDisplayList* asSkiaDl() { in asSkiaDl()
262 [[nodiscard]] const SkiaDisplayList* asSkiaDl() const { in asSkiaDl()
DRenderNode.h300 std::unique_ptr<skiapipeline::SkiaDisplayList> detachAvailableList() { in detachAvailableList()
309 void attachAvailableList(skiapipeline::SkiaDisplayList* skiaDisplayList) { in attachAvailableList()
387 std::unique_ptr<skiapipeline::SkiaDisplayList> mAvailableDisplayList;
DAndroid.bp503 "pipeline/skia/SkiaDisplayList.cpp",
/frameworks/base/libs/hwui/tests/microbench/
DDisplayListCanvasBench.cpp31 auto displayList = new skiapipeline::SkiaDisplayList(); in BM_SkiaDisplayList_alloc()
40 auto displayList = new char[sizeof(skiapipeline::SkiaDisplayList)]; in BM_SkiaDisplayList_alloc_theoretical()
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h206 std::unique_ptr<skiapipeline::SkiaDisplayList> displayList = nullptr) {