Searched refs:SetAllocationUserData (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 6415 virtual void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) = 0; 6837 void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) override; 7268 void VmaBlockMetadata_Generic::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) 7678 void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) override; 8773 void VmaBlockMetadata_Linear::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) in SetAllocationUserData() function 9295 void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) override; 9695 void VmaBlockMetadata_Buddy::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) 9995 void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) override; 10699 void VmaBlockMetadata_TLSF::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) in SetAllocationUserData() function 11253 …void SetAllocationUserData(VmaVirtualAllocation allocation, void* userData) { m_Metadata->SetAlloc… in SetAllocationUserData() function [all …]
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 6352 virtual void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) = 0; 6774 void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) override; 7205 void VmaBlockMetadata_Generic::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) 7615 void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) override; 8749 void VmaBlockMetadata_Linear::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) in SetAllocationUserData() function 9271 void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) override; 9671 void VmaBlockMetadata_Buddy::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) 9971 void SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) override; 10675 void VmaBlockMetadata_TLSF::SetAllocationUserData(VmaAllocHandle allocHandle, void* userData) in SetAllocationUserData() function 11224 …void SetAllocationUserData(VmaVirtualAllocation allocation, void* userData) { m_Metadata->SetAlloc… in SetAllocationUserData() function [all …]
|