Home
last modified time | relevance | path

Searched refs:EmulatedEglWindowSurfaceMap (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglWindowSurface.h127 …ed_map<HandleType, std::pair<EmulatedEglWindowSurfacePtr, HandleType>> EmulatedEglWindowSurfaceMap; typedef
/hardware/google/gfxstream/host/
DFrameBuffer.cpp91 using gl::EmulatedEglWindowSurfaceMap;
2302 [](Stream* s, const EmulatedEglWindowSurfaceMap::value_type& pair) { in onSave()
2537 stream, &m_windows, [this](Stream* stream) -> EmulatedEglWindowSurfaceMap::value_type { in onLoad()
3036 EmulatedEglWindowSurfaceMap::iterator w(m_windows.find(p_surface)); in setEmulatedEglWindowSurfaceColorBuffer()
3664 EmulatedEglWindowSurfaceMap::iterator w(m_windows.find(p_drawSurface)); in bindContext()
3672 EmulatedEglWindowSurfaceMap::iterator w(m_windows.find(p_readSurface)); in bindContext()
DFrameBuffer.h912 gl::EmulatedEglWindowSurfaceMap m_windows;