Searched refs:AllocateMemory (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 72 PFN_vkAllocateMemory AllocateMemory; member
|
D | api_gen.cpp | 202 INIT_PROC(true, dev, AllocateMemory); in InitDispatchTable() 366 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… 641 { "vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(AllocateMemory) }, in GetInstanceProcAddr() 852 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… in AllocateMemory() function 853 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory() 1609 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 61 …eMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateMemory>(AllocateMemory))},
|
D | null_driver_gen.h | 52 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons…
|
D | null_driver.cpp | 783 VkResult AllocateMemory(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()
|