Home
last modified time | relevance | path

Searched refs:CreateWithConfigInRS (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_display_node_command.h43 …static std::shared_ptr<RSDisplayRenderNode> CreateWithConfigInRS(RSContext&, NodeId, const RSDispl…
H A Drs_surface_node_command.h75 static std::shared_ptr<RSSurfaceRenderNode> CreateWithConfigInRS(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_display_node_command.cpp46 std::shared_ptr<RSDisplayRenderNode> DisplayNodeCommandHelper::CreateWithConfigInRS( in CreateWithConfigInRS() function in OHOS::Rosen::DisplayNodeCommandHelper
H A Drs_surface_node_command.cpp65 std::shared_ptr<RSSurfaceRenderNode> SurfaceNodeCommandHelper::CreateWithConfigInRS( in CreateWithConfigInRS() function in OHOS::Rosen::SurfaceNodeCommandHelper
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.cpp330 DisplayNodeCommandHelper::CreateWithConfigInRS(mainThread_->GetContext(), nodeId, in CreateNode()
364 SurfaceNodeCommandHelper::CreateWithConfigInRS(config, mainThread_->GetContext()); in CreateNode()
386 SurfaceNodeCommandHelper::CreateWithConfigInRS(config, mainThread_->GetContext()); in CreateNodeAndSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp602 if (auto node = SurfaceNodeCommandHelper::CreateWithConfigInRS(config, context)) { in CreateRenderSurfaceNode()