Home
last modified time | relevance | path

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

/external/skia/vma_android/include/
Dvk_mem_alloc.h3100 class VmaVector; variable
4067VmaVector(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/
Dvk_mem_alloc.h3931 #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/
Dvk_mem_alloc.h3364 #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