Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.h36 typedef std::unordered_map<unsigned int, ContextPtr> ContextsHndlMap; typedef
168 ContextsHndlMap m_contexts;
DEglDisplay.cpp369 ContextsHndlMap::const_iterator it = m_contexts.find(hndl); in getContext()
399 ContextsHndlMap::iterator it = m_contexts.find(hndl); in removeContext()
410 ContextsHndlMap::iterator it; in removeContext()