Home
last modified time | relevance | path

Searched defs:VmaMutexLockRead (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h3743 struct VmaMutexLockRead struct
3745 VMA_CLASS_NO_COPY(VmaMutexLockRead) in VMA_CLASS_NO_COPY() argument
3750 ~VmaMutexLockRead() { if(m_pMutex) { m_pMutex->UnlockRead(); } } in ~VmaMutexLockRead() argument
/external/skia/vma_android/include/
Dvk_mem_alloc.h3956 struct VmaMutexLockRead struct
3958 VMA_CLASS_NO_COPY(VmaMutexLockRead) in VMA_CLASS_NO_COPY() argument
3965 ~VmaMutexLockRead() { if (m_pMutex) { m_pMutex->UnlockRead(); } } in ~VmaMutexLockRead() argument
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h3122 struct VmaMutexLockRead struct
3124 VMA_CLASS_NO_COPY(VmaMutexLockRead) in VMA_CLASS_NO_COPY() argument
3129 ~VmaMutexLockRead() { if(m_pMutex) { m_pMutex->UnlockRead(); } } in ~VmaMutexLockRead() argument