Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h73 PFN_vkFreeMemory FreeMemory; member
Dapi_gen.cpp203 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/
Dnull_driver_gen.cpp173 … {"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.cpp803 void FreeMemory(VkDevice device, in FreeMemory() function