Searched refs:resetSwapChain (Results 1 – 3 of 3) sorted by relevance
140 ANGLE_TRY(resetSwapChain(display)); in initialize()177 egl::Error SurfaceD3D::resetSwapChain(const egl::Display *display) in resetSwapChain() function in rx::SurfaceD3D214 egl::Error error = resetSwapChain(displayD3D, width, height); in resetSwapChain()250 egl::Error SurfaceD3D::resetSwapChain(DisplayD3D *displayD3D, in resetSwapChain() function in rx::SurfaceD3D349 ANGLE_TRY(resetSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
62 egl::Error resetSwapChain(const egl::Display *display);86 egl::Error resetSwapChain(DisplayD3D *displayD3D, int backbufferWidth, int backbufferHeight);
300 ANGLE_TRY(surfaceD3D->resetSwapChain(display)); in restoreLostDevice()