HomeSort by relevance Sort by last modified time
    Searched refs:EGLContextSet (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish-opengl/system/egl/
eglDisplay.h 105 typedef std::unordered_set<EGLContext> EGLContextSet;
108 typedef std::hash_set<EGLContext> EGLContextSet;
111 EGLContextSet m_contexts;
eglDisplay.cpp 232 EGLContextSet::iterator ctxIte = m_contexts.begin();
234 EGLContextSet::iterator ctxToDelete = ctxIte;

Completed in 258 milliseconds