Searched refs:surfaceSet (Results 1 – 4 of 4) sorted by relevance
263 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()
785 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()
58 SurfaceSet surfaceSet; member
23 ASSERT(mState.surfaceSet.empty()); in ~DisplayImpl()