Home
last modified time | relevance | path

Searched refs:reuseDisplayList (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp67 TEST(SkiaDisplayList, reuseDisplayList) { in TEST() argument
77 ASSERT_TRUE(skiaDL.reuseDisplayList(renderNode.get(), nullptr)); in TEST()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h93 bool reuseDisplayList(RenderNode* node, renderthread::CanvasContext* context) override;
DSkiaDisplayList.cpp42 bool SkiaDisplayList::reuseDisplayList(RenderNode* node, renderthread::CanvasContext* context) { in reuseDisplayList() function in android::uirenderer::skiapipeline::SkiaDisplayList
/frameworks/base/libs/hwui/
DDisplayList.h118 virtual bool reuseDisplayList(RenderNode* node, renderthread::CanvasContext* context) { in reuseDisplayList() function
DRenderNode.cpp373 if (!mDisplayList->reuseDisplayList(this, info ? &info->canvasContext : nullptr)) { in deleteDisplayList()