Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h3756 struct VmaMutexLockWrite struct
3758 VMA_CLASS_NO_COPY(VmaMutexLockWrite) in VMA_CLASS_NO_COPY() argument
3763 ~VmaMutexLockWrite() { if(m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument
/external/skia/vma_android/include/
Dvk_mem_alloc.h3972 struct VmaMutexLockWrite struct
3974 VMA_CLASS_NO_COPY(VmaMutexLockWrite) in VMA_CLASS_NO_COPY() argument
3981 ~VmaMutexLockWrite() { if (m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h3135 struct VmaMutexLockWrite struct
3137 VMA_CLASS_NO_COPY(VmaMutexLockWrite) in VMA_CLASS_NO_COPY() argument
3142 ~VmaMutexLockWrite() { if(m_pMutex) { m_pMutex->UnlockWrite(); } } in ~VmaMutexLockWrite() argument