Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.h35 typedef std::map< unsigned int, ContextPtr> ContextsHndlMap; typedef
81 ContextsHndlMap m_contexts;
DEglDisplay.cpp155 ContextsHndlMap::iterator it = m_contexts.find(hndl); in getContext()
194 ContextsHndlMap::iterator it = m_contexts.find(hndl); in removeContext()
205 ContextsHndlMap::iterator it; in removeContext()