Searched refs:ctxIte (Results 1 – 1 of 1) sorted by relevance
220 EGLContextSet::iterator ctxIte = m_contexts.begin(); in terminate() local221 while (ctxIte != m_contexts.end()) { in terminate()222 EGLContextSet::iterator ctxToDelete = ctxIte; in terminate()223 ctxIte ++; in terminate()