Home
last modified time | relevance | path

Searched refs:ContextSet (Results 1 – 6 of 6) 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/angle/src/libANGLE/
DDisplay.h75 using ContextSet = std::set<gl::Context *>; variable
92 ContextSet *getContexts() { return &mContexts; } in getContexts()
106 ContextSet mContexts;
270 const ContextSet &getContextSet() { return mContextSet; } in getContextSet()
325 ContextSet mContextSet;
DDisplay.cpp788 for (ContextSet::iterator ctx = mContextSet.begin(); ctx != mContextSet.end(); ctx++) in onSubjectStateChange()
1418 for (ContextSet::iterator ctx = mContextSet.begin(); ctx != mContextSet.end(); ctx++) in restoreLostDevice()
1589 for (ContextSet::iterator context = mContextSet.begin(); context != mContextSet.end(); in notifyDeviceLost()
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h106 typedef std::set<Context*> ContextSet; typedef
107 ContextSet mContextSet;
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp1178 egl::ContextSet *shareContextSet = shareGroup->getContexts(); in WriteWindowSurfaceContextCppReplay()
4980 const egl::ContextSet *shareContextSet = shareGroup->getContexts(); in setupSharedAndAuxReplay()
5090 const egl::ContextSet *shareContextSet = shareGroup->getContexts(); in onEndFrame()
5553 egl::ContextSet *shareContextSet = shareGroup->getContexts(); in writeCppReplayIndexFiles()