Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A 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
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h4004 struct VmaMutexLockRead struct
4006 VMA_CLASS_NO_COPY_NO_MOVE(VmaMutexLockRead) in VMA_CLASS_NO_COPY_NO_MOVE() argument
4013 ~VmaMutexLockRead() { if (m_pMutex) { m_pMutex->UnlockRead(); } } in ~VmaMutexLockRead() argument
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h3918 struct VmaMutexLockRead struct
3920 VMA_CLASS_NO_COPY(VmaMutexLockRead) in VMA_CLASS_NO_COPY() argument
3927 ~VmaMutexLockRead() { if (m_pMutex) { m_pMutex->UnlockRead(); } } in ~VmaMutexLockRead() argument