Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.h333 vk::ActiveHandleCounter &getActiveHandleCounts() { return mActiveHandleCounts; } in getActiveHandleCounts()
541 vk::ActiveHandleCounter mActiveHandleCounts;
Dvk_helpers.h2551 class ActiveHandleCounter final : angle::NonCopyable
2554 ActiveHandleCounter();
2555 ~ActiveHandleCounter();
Dvk_helpers.cpp8061 ActiveHandleCounter::ActiveHandleCounter() : mActiveCounts{}, mAllocatedCounts{} {} in ActiveHandleCounter() function in rx::vk::ActiveHandleCounter
8063 ActiveHandleCounter::~ActiveHandleCounter() = default;