Searched defs:FreeMemory (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 73 PFN_vkFreeMemory FreeMemory; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 203 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 D | null_driver.cpp | 803 void FreeMemory(VkDevice device, function in namespace:null_driver
|
Completed in 21 milliseconds