Searched refs:AllocateMemory (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h60 PFN_vkAllocateMemory AllocateMemory; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp158 INIT_PROC(dev, AllocateMemory);
301 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
504 { "vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(AllocateMemory) },
694 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { function in namespace:vulkan::api::__anon1598
695 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
1319 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp59 {"vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateMemory>(AllocateMemory))},
H A Dnull_driver_gen.h52 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
H A Dnull_driver.cpp733 VkResult AllocateMemory(VkDevice device, function in namespace:null_driver

Completed in 1208 milliseconds