Searched defs:AllocateMemory (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 72 PFN_vkAllocateMemory AllocateMemory; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 202 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 D | null_driver.cpp | 783 VkResult AllocateMemory(VkDevice device, function in namespace:null_driver
|
Completed in 23 milliseconds