Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h72 PFN_vkAllocateMemory AllocateMemory; member
Dapi_gen.cpp202 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/
Dnull_driver_gen.cpp61 …eMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateMemory>(AllocateMemory))},
Dnull_driver_gen.h52 VKAPI_ATTR VkResult AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, cons…
Dnull_driver.cpp783 VkResult AllocateMemory(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()