Home
last modified time | relevance | path

Searched refs:GetDefaultAllocator (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddriver.h104 const VkAllocationCallbacks& GetDefaultAllocator();
H A Ddriver.cpp835 const VkAllocationCallbacks& GetDefaultAllocator() { in GetDefaultAllocator() function
1087 (pAllocator) ? *pAllocator : GetDefaultAllocator(); in CreateInstance()
H A Dapi.cpp1102 (allocator) ? *allocator : driver::GetDefaultAllocator()); in CreateInstance()