Searched refs:mCleanupList (Results 1 – 1 of 1) sorted by relevance
51 mCleanupList.push_back(abt); in add()59 bool isEmpty() const { return mCleanupList.empty(); } in isEmpty()66 for (auto abt : mCleanupList) { in cleanup()69 mCleanupList.clear(); in cleanup()75 std::vector<AutoBackendTexture*> mCleanupList; variable