Searched refs:mRefCountedEventsGarbageRecycler (Results 1 – 2 of 2) sorted by relevance
91 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
161 mRefCountedEventsGarbageRecycler.destroy(mRenderer); in onDestroy()