Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglDisplay.h36 typedef std::unordered_map<unsigned int, ContextPtr> ContextsHndlMap; typedef
165 ContextsHndlMap m_contexts;
DEglDisplay.cpp385 ContextsHndlMap::const_iterator it = m_contexts.find(hndl); in getContext()
415 ContextsHndlMap::iterator it = m_contexts.find(hndl); in removeContext()
426 ContextsHndlMap::iterator it; in removeContext()