Searched refs:EGLContextSet (Results 1 – 2 of 2) sorted by relevance
115 typedef std::unordered_set<EGLContext> EGLContextSet; typedef118 typedef std::hash_set<EGLContext> EGLContextSet; typedef121 EGLContextSet m_contexts;
220 EGLContextSet::iterator ctxIte = m_contexts.begin(); in terminate()222 EGLContextSet::iterator ctxToDelete = ctxIte; in terminate()