Home
last modified time | relevance | path

Searched refs:drawCmdListsMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp281 std::lock_guard<std::mutex> lock(drawCmdListsMutex_); in ApplyDrawCmdModifier()
463 std::lock_guard<std::mutex> lock(drawCmdListsMutex_); in AddDirtyType()
515 std::lock_guard<std::mutex> lock(drawCmdListsMutex_); in ClearOp()
539 std::lock_guard<std::mutex> lock(drawCmdListsMutex_); in ClearResource()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_canvas_drawing_render_node.h99 std::mutex drawCmdListsMutex_; variable