Home
last modified time | relevance | path

Searched refs:EmulatedEglContextMap (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.h102 typedef std::unordered_map<HandleType, EmulatedEglContextPtr> EmulatedEglContextMap; typedef
DEmulatedEglWindowSurface.h104 const EmulatedEglContextMap& contexts);
DEmulationGl.h142 const EmulatedEglContextMap& contexts);
DEmulatedEglWindowSurface.cpp235 const EmulatedEglContextMap& contexts) { in onLoad()
DEmulationGl.cpp714 const EmulatedEglContextMap& contexts) { in loadEmulatedEglWindowSurface()
/hardware/google/gfxstream/host/
DFrameBuffer.h910 gl::EmulatedEglContextMap m_contexts;
DFrameBuffer.cpp87 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()