Searched refs:FreeMemory (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 73 PFN_vkFreeMemory FreeMemory; member
|
D | api_gen.cpp | 203 INIT_PROC(true, dev, FreeMemory); in InitDispatchTable() 367 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl… 750 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) }, in GetInstanceProcAddr() 856 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl… in FreeMemory() function 857 GetData(device).dispatch.FreeMemory(device, memory, pAllocator); in FreeMemory() 1614 vulkan::api::FreeMemory(device, memory, pAllocator); in vkFreeMemory()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 173 … {"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 | 803 void FreeMemory(VkDevice device, in FreeMemory() function
|