Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1699 void PrintStatInfo(const VmaStatInfo& info);
3005 PrintStatInfo(stats.total); in PrintStats()
3012 PrintStatInfo(stats.memoryHeap[i]); in PrintStats()
3017 PrintStatInfo(stats.memoryType[i]); in PrintStats()
3022 void Player::PrintStatInfo(const VmaStatInfo& info) in PrintStatInfo() function in Player