Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp91 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in Init()
134 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in Terminate()
226 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in MakeCurrent()
275 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in MakeCurrentAfterHook()
424 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in CreateEglContext()
459 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in DestroyEglContext()
488 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in CreateEglSurface()
514 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in DestroyEglSurface()
575 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in CopyBuffers()
598 std::lock_guard<std::recursive_mutex> lock(refLockMutex_); in CreatePbufferSurface()
[all …]
H A Degl_wrapper_display.h137 std::recursive_mutex refLockMutex_; variable