Home
last modified time | relevance | path

Searched refs:ContextSet (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/core/
Dwatcher_set.h44 using ContextSet = std::set<uintptr_t>;
54 ContextSet contexts;
Dwatcher_set.cc60 ContextSet& contexts = it->second.contexts; in Remove()
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h106 typedef std::set<Context*> ContextSet; typedef
107 ContextSet mContextSet;
/external/angle/src/libANGLE/
DDisplay.h202 typedef std::set<gl::Context *> ContextSet; typedef
203 const ContextSet &getContextSet() { return mContextSet; } in getContextSet()
245 ContextSet mContextSet;
DDisplay.cpp1137 for (ContextSet::iterator ctx = mContextSet.begin(); ctx != mContextSet.end(); ctx++) in restoreLostDevice()
1265 for (ContextSet::iterator context = mContextSet.begin(); context != mContextSet.end(); in notifyDeviceLost()