Searched refs:reuseDisplayList (Results 1 – 5 of 5) sorted by relevance
67 TEST(SkiaDisplayList, reuseDisplayList) { in TEST() argument77 ASSERT_TRUE(skiaDL.reuseDisplayList(renderNode.get(), nullptr)); in TEST()
93 bool reuseDisplayList(RenderNode* node, renderthread::CanvasContext* context) override;
42 bool SkiaDisplayList::reuseDisplayList(RenderNode* node, renderthread::CanvasContext* context) { in reuseDisplayList() function in android::uirenderer::skiapipeline::SkiaDisplayList
118 virtual bool reuseDisplayList(RenderNode* node, renderthread::CanvasContext* context) { in reuseDisplayList() function
373 if (!mDisplayList->reuseDisplayList(this, info ? &info->canvasContext : nullptr)) { in deleteDisplayList()