Searched refs:ContextSet (Results 1 – 5 of 5) sorted by relevance
44 using ContextSet = std::set<uintptr_t>;54 ContextSet contexts;
60 ContextSet& contexts = it->second.contexts; in Remove()
106 typedef std::set<Context*> ContextSet; typedef107 ContextSet mContextSet;
202 typedef std::set<gl::Context *> ContextSet; typedef203 const ContextSet &getContextSet() { return mContextSet; } in getContextSet()245 ContextSet mContextSet;
1137 for (ContextSet::iterator ctx = mContextSet.begin(); ctx != mContextSet.end(); ctx++) in restoreLostDevice()1265 for (ContextSet::iterator context = mContextSet.begin(); context != mContextSet.end(); in notifyDeviceLost()