Home
last modified time | relevance | path

Searched refs:GetDebugMutex (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.cpp130 std::mutex &GetDebugMutex() in GetDebugMutex() function
Ddebug.h125 std::mutex &GetDebugMutex();
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.cpp353 std::lock_guard<std::mutex> lock(GetDebugMutex()); in insertPerfWarning()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp3311 std::lock_guard<std::mutex> lock(gl::GetDebugMutex()); in setGlobalDebugAnnotator()