Searched defs:unmapMemory (Results 1 – 6 of 6) sorted by relevance
36 void unmapMemory() in unmapMemory() function in Buffer
210 void GrVkAMDMemoryAllocator::unmapMemory(const GrVkBackendMemory& memoryHandle) { in unmapMemory() function in GrVkAMDMemoryAllocator
243 void GrVkAMDMemoryAllocator::unmapMemory(const GrVkBackendMemory& memoryHandle) { in unmapMemory() function in GrVkAMDMemoryAllocator
13 UnmapMemoryFunc unmapMemory; variable
1281 VKAPI_ATTR void VKAPI_CALL unmapMemory (VkDevice device, VkDeviceMemory memHandle) in unmapMemory() function
50 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const function in DeviceDriver