Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DDisplay.cpp93 typedef std::map<EGLNativeWindowType, Surface *> WindowSurfaceMap; typedef
96 static WindowSurfaceMap *GetWindowSurfaces() in GetWindowSurfaces()
98 static angle::base::NoDestructor<WindowSurfaceMap> windowSurfaces; in GetWindowSurfaces()
1096 WindowSurfaceMap *windowSurfaces = GetWindowSurfaces(); in createWindowSurface()
1435 WindowSurfaceMap *windowSurfaces = GetWindowSurfaces(); in destroySurface()
1439 for (WindowSurfaceMap::iterator iter = windowSurfaces->begin(); in destroySurface()
1684 WindowSurfaceMap *windowSurfaces = GetWindowSurfaces(); in hasExistingWindowSurface()