Searched refs:FreeMemory (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 61 PFN_vkFreeMemory FreeMemory; member
|
D | api_gen.cpp | 159 INIT_PROC(dev, FreeMemory); in InitDispatchTable() 302 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl… 604 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) }, in GetInstanceProcAddr() 698 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl… in FreeMemory() function 699 GetData(device).dispatch.FreeMemory(device, memory, pAllocator); in FreeMemory() 1324 vulkan::api::FreeMemory(device, memory, pAllocator); in vkFreeMemory()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 161 … {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFreeMemory>(FreeMemory))},
|
D | null_driver_gen.h | 53 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl…
|
D | null_driver.cpp | 753 void FreeMemory(VkDevice device, in FreeMemory() function
|