Searched defs:AllocateMemory (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h72 PFN_vkAllocateMemory AllocateMemory; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp202 INIT_PROC(true, dev, AllocateMemory);
366 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
636 { "vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(AllocateMemory) },
847 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { function in namespace:vulkan::api::__anon1925
848 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
1604 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp783 VkResult AllocateMemory(VkDevice device, function in namespace:null_driver

Completed in 23 milliseconds