Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h3729 struct VmaMutexLock struct
3731 VMA_CLASS_NO_COPY(VmaMutexLock) in VMA_CLASS_NO_COPY() argument
3736 ~VmaMutexLock() in ~VmaMutexLock() argument
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h3988 struct VmaMutexLock struct
3990 VMA_CLASS_NO_COPY_NO_MOVE(VmaMutexLock) in VMA_CLASS_NO_COPY_NO_MOVE() argument
3997 ~VmaMutexLock() { if (m_pMutex) { m_pMutex->Unlock(); } } in ~VmaMutexLock() argument
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h3902 struct VmaMutexLock struct
3904 VMA_CLASS_NO_COPY(VmaMutexLock) in VMA_CLASS_NO_COPY() argument
3911 ~VmaMutexLock() { if (m_pMutex) { m_pMutex->Unlock(); } } in ~VmaMutexLock() argument