Searched defs:VmaVector (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 3187 class VmaVector; variable 4115 …VmaVector(size_t count, const T& value, const AllocatorT& allocator) : VmaVector(count, allocator)… in VmaVector() function 4160 VmaVector<T, AllocatorT>::VmaVector(const AllocatorT& allocator) in VmaVector() function 4167 VmaVector<T, AllocatorT>::VmaVector(size_t count, const AllocatorT& allocator) in VmaVector() function 4174 VmaVector<T, AllocatorT>::VmaVector(const VmaVector& src) in VmaVector() function
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 3100 class VmaVector; variable 4029 …VmaVector(size_t count, const T& value, const AllocatorT& allocator) : VmaVector(count, allocator)… in VmaVector() function 4074 VmaVector<T, AllocatorT>::VmaVector(const AllocatorT& allocator) in VmaVector() function 4081 VmaVector<T, AllocatorT>::VmaVector(size_t count, const AllocatorT& allocator) in VmaVector() function 4088 VmaVector<T, AllocatorT>::VmaVector(const VmaVector& src) in VmaVector() function
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_mem_alloc.h | 3931 #define VmaVector std::vector macro 3956 VmaVector(const AllocatorT& allocator) : in VmaVector() function 3964 VmaVector(size_t count, const AllocatorT& allocator) : in VmaVector() function 3972 VmaVector(const VmaVector<T, AllocatorT>& src) : in VmaVector() function
|