Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h63 PFN_vkUnmapMemory UnmapMemory; member
Dapi_gen.cpp163 INIT_PROC(true, dev, UnmapMemory); in InitDispatchTable()
306 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory);
650 { "vkUnmapMemory", reinterpret_cast<PFN_vkVoidFunction>(UnmapMemory) }, in GetInstanceProcAddr()
724 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory) { in UnmapMemory() function
725 GetData(device).dispatch.UnmapMemory(device, memory); in UnmapMemory()
1352 vulkan::api::UnmapMemory(device, memory); in vkUnmapMemory()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp205 …vkUnmapMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkUnmapMemory>(UnmapMemory))},
Dnull_driver_gen.h55 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory);
Dnull_driver.cpp1160 void UnmapMemory(VkDevice device, VkDeviceMemory mem) { in UnmapMemory() function