Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.cpp140 ANGLE_TRY(resetSwapChain(display)); in initialize()
177 egl::Error SurfaceD3D::resetSwapChain(const egl::Display *display) in resetSwapChain() function in rx::SurfaceD3D
214 egl::Error error = resetSwapChain(displayD3D, width, height); in resetSwapChain()
250 egl::Error SurfaceD3D::resetSwapChain(DisplayD3D *displayD3D, in resetSwapChain() function in rx::SurfaceD3D
349 ANGLE_TRY(resetSwapChain(displayD3D, clientWidth, clientHeight)); in checkForOutOfDateSwapChain()
DSurfaceD3D.h62 egl::Error resetSwapChain(const egl::Display *display);
86 egl::Error resetSwapChain(DisplayD3D *displayD3D, int backbufferWidth, int backbufferHeight);
DDisplayD3D.cpp300 ANGLE_TRY(surfaceD3D->resetSwapChain(display)); in restoreLostDevice()