Searched defs:VmaVector (Results 1 – 3 of 3) sorted by relevance
| /external/skia/vma_android/include/ |
| D | vk_mem_alloc.h | 3100 class VmaVector; variable 4067 …VmaVector(size_t count, const T& value, const AllocatorT& allocator) : VmaVector(count, allocator)… in VmaVector() function 4112 VmaVector<T, AllocatorT>::VmaVector(const AllocatorT& allocator) in VmaVector() function 4119 VmaVector<T, AllocatorT>::VmaVector(size_t count, const AllocatorT& allocator) in VmaVector() function 4126 VmaVector<T, AllocatorT>::VmaVector(const VmaVector& src) in VmaVector() function
|
| /external/vulkan-validation-layers/layers/ |
| 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
|
| /external/angle/third_party/vulkan_memory_allocator/include/ |
| D | vk_mem_alloc.h | 3364 #define VmaVector std::vector macro 3389 VmaVector(const AllocatorT& allocator) : in VmaVector() function 3397 VmaVector(size_t count, const AllocatorT& allocator) : in VmaVector() function 3407 VmaVector(size_t count, const T& value, const AllocatorT& allocator) in VmaVector() function 3410 VmaVector(const VmaVector<T, AllocatorT>& src) : in VmaVector() function
|