Searched refs:CreateWithConfigInRS (Results 1 – 6 of 6) sorted by relevance
43 …static std::shared_ptr<RSDisplayRenderNode> CreateWithConfigInRS(RSContext&, NodeId, const RSDispl…
75 static std::shared_ptr<RSSurfaceRenderNode> CreateWithConfigInRS(
46 std::shared_ptr<RSDisplayRenderNode> DisplayNodeCommandHelper::CreateWithConfigInRS( in CreateWithConfigInRS() function in OHOS::Rosen::DisplayNodeCommandHelper
65 std::shared_ptr<RSSurfaceRenderNode> SurfaceNodeCommandHelper::CreateWithConfigInRS( in CreateWithConfigInRS() function in OHOS::Rosen::SurfaceNodeCommandHelper
330 DisplayNodeCommandHelper::CreateWithConfigInRS(mainThread_->GetContext(), nodeId, in CreateNode()364 SurfaceNodeCommandHelper::CreateWithConfigInRS(config, mainThread_->GetContext()); in CreateNode()386 SurfaceNodeCommandHelper::CreateWithConfigInRS(config, mainThread_->GetContext()); in CreateNodeAndSurface()
602 if (auto node = SurfaceNodeCommandHelper::CreateWithConfigInRS(config, context)) { in CreateRenderSurfaceNode()