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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h73 PFN_vkFreeMemory FreeMemory; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp203 INIT_PROC(true, dev, FreeMemory);
367 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
745 { "vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(FreeMemory) },
851 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925
852 GetData(device).dispatch.FreeMemory(device, memory, pAllocator);
1609 vulkan::api::FreeMemory(device, memory, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp803 void FreeMemory(VkDevice device, function in namespace:null_driver

Completed in 21 milliseconds