Home
last modified time | relevance | path

Searched refs:NodeDestructor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_display_node_command.cpp28 config, context.weak_from_this()), RSRenderNodeGC::NodeDestructor); in Create()
50 context.weak_from_this()), RSRenderNodeGC::NodeDestructor); in CreateWithConfigInRS()
H A Drs_effect_node_command.cpp28 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
H A Drs_canvas_drawing_node_command.cpp27 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
H A Drs_proxy_node_command.cpp30 targetNode, targetId, context.weak_from_this()), RSRenderNodeGC::NodeDestructor); in Create()
H A Drs_surface_node_command.cpp40 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
61 context.weak_from_this()), RSRenderNodeGC::NodeDestructor); in CreateWithConfig()
74 context.weak_from_this()), RSRenderNodeGC::NodeDestructor); in CreateWithConfigInRS()
H A Drs_root_node_command.cpp35 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
H A Drs_canvas_node_command.cpp27 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node_gc.h62 static void NodeDestructor(RSRenderNode* ptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_gc_test.cpp54 RSRenderNodeGC::NodeDestructor(ptr.get());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_gc.cpp30 void RSRenderNodeGC::NodeDestructor(RSRenderNode* ptr) in NodeDestructor() function in OHOS::Rosen::RSRenderNodeGC