Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DShareGroupVk.h91 return &mRefCountedEventsGarbageRecycler; in getRefCountedEventsGarbageRecycler()
93 void cleanupRefCountedEventGarbage() { mRefCountedEventsGarbageRecycler.cleanup(mRenderer); } in cleanupRefCountedEventGarbage()
98 if (mRefCountedEventsGarbageRecycler.getGarbageCount() > kExcessiveGarbageCountThreshold) in cleanupExcessiveRefCountedEventGarbage()
100 mRefCountedEventsGarbageRecycler.cleanup(mRenderer); in cleanupExcessiveRefCountedEventGarbage()
154 vk::RefCountedEventsGarbageRecycler mRefCountedEventsGarbageRecycler; variable
DShareGroupVk.cpp161 mRefCountedEventsGarbageRecycler.destroy(mRenderer); in onDestroy()