Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_renderer.h639 mMemoryAllocationTracker.onMemoryAllocImpl(allocType, size, memoryTypeIndex, in onMemoryAlloc()
649 mMemoryAllocationTracker.onMemoryDeallocImpl(allocType, size, memoryTypeIndex, in onMemoryDealloc()
653 MemoryAllocationTracker *getMemoryAllocationTracker() { return &mMemoryAllocationTracker; } in getMemoryAllocationTracker()
1067 MemoryAllocationTracker mMemoryAllocationTracker; variable
Dvk_renderer.cpp2043 mMemoryAllocationTracker(MemoryAllocationTracker(this)), in Renderer()
2117 mMemoryAllocationTracker.onDestroy(); in onDestroy()
2638 mMemoryAllocationTracker.initMemoryTrackers(); in initialize()
4482 mMemoryAllocationTracker.onDeviceInit(); in createDeviceAndQueue()