Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DDisplay.cpp90 typedef std::map<EGLNativeWindowType, Surface *> WindowSurfaceMap; typedef
93 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()
/device/generic/vulkan-cereal/stream-servers/
DFrameBuffer.h73 WindowSurfaceMap; typedef
662 WindowSurfaceMap m_windows;
DFrameBuffer.cpp2108 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()