Home
last modified time | relevance | path

Searched refs:FreeMemory (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h61 PFN_vkFreeMemory FreeMemory; member
Dapi_gen.cpp159 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/
Dnull_driver_gen.cpp161 … {"vkFreeMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFreeMemory>(FreeMemory))},
Dnull_driver_gen.h53 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAl…
Dnull_driver.cpp753 void FreeMemory(VkDevice device, in FreeMemory() function