Searched refs:ActiveHandleCounter (Results 1 – 3 of 3) sorted by relevance
333 vk::ActiveHandleCounter &getActiveHandleCounts() { return mActiveHandleCounts; } in getActiveHandleCounts()541 vk::ActiveHandleCounter mActiveHandleCounts;
2551 class ActiveHandleCounter final : angle::NonCopyable2554 ActiveHandleCounter();2555 ~ActiveHandleCounter();
8061 ActiveHandleCounter::ActiveHandleCounter() : mActiveCounts{}, mAllocatedCounts{} {} in ActiveHandleCounter() function in rx::vk::ActiveHandleCounter8063 ActiveHandleCounter::~ActiveHandleCounter() = default;