Searched refs:EmulatedEglContextMap (Results 1 – 7 of 7) sorted by relevance
102 typedef std::unordered_map<HandleType, EmulatedEglContextPtr> EmulatedEglContextMap; typedef
104 const EmulatedEglContextMap& contexts);
142 const EmulatedEglContextMap& contexts);
235 const EmulatedEglContextMap& contexts) { in onLoad()
714 const EmulatedEglContextMap& contexts) { in loadEmulatedEglWindowSurface()
910 gl::EmulatedEglContextMap m_contexts;
87 using gl::EmulatedEglContextMap;2281 [](Stream* s, const EmulatedEglContextMap::value_type& pair) { pair.second->onSave(s); }); in onSave()2501 stream, &m_contexts, [this](Stream* stream) -> EmulatedEglContextMap::value_type { in onLoad()