Searched refs:mAllocatedCounts (Results 1 – 2 of 2) sorted by relevance
2560 mAllocatedCounts[handleType]++; in onAllocate()2566 uint32_t getAllocated(HandleType handleType) const { return mAllocatedCounts[handleType]; } in getAllocated()2570 angle::PackedEnumMap<HandleType, uint32_t> mAllocatedCounts; variable
8061 ActiveHandleCounter::ActiveHandleCounter() : mActiveCounts{}, mAllocatedCounts{} {} in ActiveHandleCounter()