Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h75 PFN_vkAllocateMemory AllocateMemory; member
Dapi_gen.cpp202 INIT_PROC(true, dev, AllocateMemory); in InitDispatchTable()
415 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons…
750 { "vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(AllocateMemory) }, in GetInstanceProcAddr()
1010 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons… in AllocateMemory() function
1011 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
1972 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp64 …eMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateMemory>(AllocateMemory))},
Dnull_driver_gen.h53 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons…
Dnull_driver.cpp784 VkResult AllocateMemory(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()