Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp2262 VmaDeviceMemoryCallbacks deviceMemoryCallbacks = {}; in InitVulkan() local
2263 deviceMemoryCallbacks.pfnAllocate = AllocateDeviceMemoryCallback; in InitVulkan()
2264 deviceMemoryCallbacks.pfnFree = FreeDeviceMemoryCallback; in InitVulkan()
2271 allocatorInfo.pDeviceMemoryCallbacks = &deviceMemoryCallbacks; in InitVulkan()