Searched refs:rootNodeDrawable_ (Results 1 – 3 of 3) sorted by relevance
234 instance.rootNodeDrawable_ = std::static_pointer_cast<DrawableV2::RSRenderNodeDrawable>(ptr);236 EXPECT_TRUE(instance.rootNodeDrawable_);239 EXPECT_TRUE(instance.rootNodeDrawable_);253 EXPECT_TRUE(instance.rootNodeDrawable_);370 instance.rootNodeDrawable_ = nullptr;
217 if (!rootNodeDrawable_) { in Start()225 rootNodeDrawable_ = std::static_pointer_cast<DrawableV2::RSRenderNodeDrawable>(ptr); in Start()330 if (!rootNodeDrawable_) { in Render()344 rootNodeDrawable_->OnDraw(canvas); in Render()974 if (!rootNodeDrawable_) { in RenderServiceTreeDump()978 rootNodeDrawable_->DumpDrawableTree(0, dumpString, RSMainThread::Instance()->GetContext()); in RenderServiceTreeDump()
204 std::shared_ptr<DrawableV2::RSRenderNodeDrawable> rootNodeDrawable_; variable