Searched refs:PFN_vkAllocateMemory (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h60 PFN_vkAllocateMemory AllocateMemory;
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp60 {"vkAllocateMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateMemory>(AllocateMemory))},
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2497 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); typedef

Completed in 44 milliseconds