Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h2560 mAllocatedCounts[handleType]++; in onAllocate()
2566 uint32_t getAllocated(HandleType handleType) const { return mAllocatedCounts[handleType]; } in getAllocated()
2570 angle::PackedEnumMap<HandleType, uint32_t> mAllocatedCounts; variable
Dvk_helpers.cpp8061 ActiveHandleCounter::ActiveHandleCounter() : mActiveCounts{}, mAllocatedCounts{} {} in ActiveHandleCounter()