Searched refs:ctxIte (Results 1 – 1 of 1) sorted by relevance
224 EGLContextSet::iterator ctxIte = m_contexts.begin(); in terminate() local225 while (ctxIte != m_contexts.end()) { in terminate()226 EGLContextSet::iterator ctxToDelete = ctxIte; in terminate()227 ctxIte ++; in terminate()