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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h63 PFN_vkUnmapMemory UnmapMemory; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp161 INIT_PROC(dev, UnmapMemory);
304 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory);
632 { "vkUnmapMemory", reinterpret_cast<PFN_vkVoidFunction>(UnmapMemory) },
706 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory) { function in namespace:vulkan::api::__anon1598
707 GetData(device).dispatch.UnmapMemory(device, memory);
1334 vulkan::api::UnmapMemory(device, memory);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1099 void UnmapMemory(VkDevice device, VkDeviceMemory mem) { function in namespace:null_driver

Completed in 53 milliseconds