Home
last modified time | relevance | path

Searched refs:EGLContextSet (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/egl/
DeglDisplay.h115 typedef std::unordered_set<EGLContext> EGLContextSet; typedef
118 typedef std::hash_set<EGLContext> EGLContextSet; typedef
121 EGLContextSet m_contexts;
DeglDisplay.cpp220 EGLContextSet::iterator ctxIte = m_contexts.begin(); in terminate()
222 EGLContextSet::iterator ctxToDelete = ctxIte; in terminate()