Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp263 for (egl::Surface *surface : mState.surfaceSet) in restoreLostDevice()
276 for (const egl::Surface *surface : mState.surfaceSet) in restoreLostDevice()
357 for (egl::Surface *surface : mState.surfaceSet) in waitClient()
/external/angle/src/libANGLE/
DDisplay.cpp785 while (!mState.surfaceSet.empty()) in terminate()
787 ANGLE_TRY(destroySurface(*mState.surfaceSet.begin())); in terminate()
861 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
888 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
912 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
935 mState.surfaceSet.insert(*outSurface); in createPixmapSurface()
1172 mState.surfaceSet.erase(surface); in destroySurface()
1318 return mState.surfaceSet.find(const_cast<Surface *>(surface)) != mState.surfaceSet.end(); in isValidSurface()
DDisplay.h58 SurfaceSet surfaceSet; member
/external/angle/src/libANGLE/renderer/
DDisplayImpl.cpp23 ASSERT(mState.surfaceSet.empty()); in ~DisplayImpl()