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 D | rs_display_node_command.cpp | 28 config, context.weak_from_this()), RSRenderNodeGC::NodeDestructor); in Create() 50 context.weak_from_this()), RSRenderNodeGC::NodeDestructor); in CreateWithConfigInRS()
|
H A D | rs_effect_node_command.cpp | 28 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
|
H A D | rs_canvas_drawing_node_command.cpp | 27 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
|
H A D | rs_proxy_node_command.cpp | 30 targetNode, targetId, context.weak_from_this()), RSRenderNodeGC::NodeDestructor); in Create()
|
H A D | rs_surface_node_command.cpp | 40 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 D | rs_root_node_command.cpp | 35 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
|
H A D | rs_canvas_node_command.cpp | 27 context.weak_from_this(), isTextureExportNode), RSRenderNodeGC::NodeDestructor); in Create()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node_gc.h | 62 static void NodeDestructor(RSRenderNode* ptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_gc_test.cpp | 54 RSRenderNodeGC::NodeDestructor(ptr.get());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node_gc.cpp | 30 void RSRenderNodeGC::NodeDestructor(RSRenderNode* ptr) in NodeDestructor() function in OHOS::Rosen::RSRenderNodeGC
|