Searched refs:WindowSurfaceMap (Results 1 – 3 of 3) sorted by relevance
90 typedef std::map<EGLNativeWindowType, Surface *> WindowSurfaceMap; typedef93 static WindowSurfaceMap *GetWindowSurfaces() in GetWindowSurfaces()95 static angle::base::NoDestructor<WindowSurfaceMap> windowSurfaces; in GetWindowSurfaces()961 WindowSurfaceMap *windowSurfaces = GetWindowSurfaces(); in createWindowSurface()1252 WindowSurfaceMap *windowSurfaces = GetWindowSurfaces(); in destroySurface()1256 for (WindowSurfaceMap::iterator iter = windowSurfaces->begin(); in destroySurface()1436 WindowSurfaceMap *windowSurfaces = GetWindowSurfaces(); in hasExistingWindowSurface()
73 WindowSurfaceMap; typedef662 WindowSurfaceMap m_windows;
2108 WindowSurfaceMap::iterator w(m_windows.find(p_surface)); in flushWindowSurfaceColorBuffer()2143 WindowSurfaceMap::iterator w(m_windows.find(p_surface)); in setWindowSurfaceColorBuffer()2450 WindowSurfaceMap::iterator w(m_windows.find(p_drawSurface)); in bindContext()2458 WindowSurfaceMap::iterator w(m_windows.find(p_readSurface)); in bindContext()3169 [](Stream* s, const WindowSurfaceMap::value_type& pair) { in onSave()3342 [this](Stream* stream) -> WindowSurfaceMap::value_type { in onLoad()