Searched refs:drawCmdListsMutex_ (Results 1 – 2 of 2) sorted by relevance
281 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()
99 std::mutex drawCmdListsMutex_; variable