Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp283 for (egl::Surface *surface : mState.surfaceSet) in restoreLostDevice()
296 for (const egl::Surface *surface : mState.surfaceSet) in restoreLostDevice()
393 for (egl::Surface *surface : mState.surfaceSet) in waitClient()
/external/angle/src/libANGLE/
DDisplay.cpp1007 while (!mState.surfaceSet.empty()) in terminate()
1009 ANGLE_TRY(destroySurface(*mState.surfaceSet.begin())); in terminate()
1094 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
1123 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
1149 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
1173 mState.surfaceSet.insert(*outSurface); in createPixmapSurface()
1453 mState.surfaceSet.erase(surface); in destroySurface()
1664 return mState.surfaceSet.find(const_cast<Surface *>(surface)) != mState.surfaceSet.end(); in isValidSurface()
DDisplay.h68 SurfaceSet surfaceSet; member
/external/angle/src/libANGLE/renderer/
DDisplayImpl.cpp48 ASSERT(mState.surfaceSet.empty()); in ~DisplayImpl()