Searched refs:UnmapMemory (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 78 PFN_vkUnmapMemory UnmapMemory; member
|
D | api_gen.cpp | 205 INIT_PROC(true, dev, UnmapMemory); in InitDispatchTable() 418 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory); 945 { "vkUnmapMemory", reinterpret_cast<PFN_vkVoidFunction>(UnmapMemory) }, in GetInstanceProcAddr() 1021 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory) { in UnmapMemory() function 1022 GetData(device).dispatch.UnmapMemory(device, memory); in UnmapMemory() 1986 vulkan::api::UnmapMemory(device, memory); in vkUnmapMemory()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 283 …vkUnmapMemory", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkUnmapMemory>(UnmapMemory))},
|
D | null_driver_gen.h | 56 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory);
|
D | null_driver.cpp | 1180 void UnmapMemory(VkDevice device, VkDeviceMemory mem) { in UnmapMemory() function
|