Searched refs:FreeMemory (Results 1 - 5 of 5) sorted by last modified time

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp161 INIT_PROC(true, dev, FreeMemory);
304 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
622 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) },
716 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon2040
717 GetData(device).dispatch.FreeMemory(device, memory, pAllocator);
1342 vulkan::api::FreeMemory(device, memory, pAllocator);
H A Dapi_gen.h61 PFN_vkFreeMemory FreeMemory; member in struct:vulkan::api::DeviceDispatchTable
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp791 void FreeMemory(VkDevice device, function in namespace:null_driver
H A Dnull_driver_gen.cpp162 {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFreeMemory>(FreeMemory))},
H A Dnull_driver_gen.h53 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);

Completed in 65 milliseconds