Searched defs:FreeMemory (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h61 PFN_vkFreeMemory FreeMemory; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp159 INIT_PROC(dev, FreeMemory);
302 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
604 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) },
698 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
699 GetData(device).dispatch.FreeMemory(device, memory, pAllocator);
1324 vulkan::api::FreeMemory(device, memory, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp753 void FreeMemory(VkDevice device, function in namespace:null_driver

Completed in 49 milliseconds