Home
last modified time | relevance | path

Searched refs:restoreLostDevice (Results 1 – 21 of 21) sorted by relevance

/external/angle/src/libANGLE/
DDisplay.cpp1084 ANGLE_TRY(restoreLostDevice()); in createWindowSurface()
1113 ANGLE_TRY(restoreLostDevice()); in createPbufferSurface()
1138 ANGLE_TRY(restoreLostDevice()); in createPbufferFromClientBuffer()
1163 ANGLE_TRY(restoreLostDevice()); in createPixmapSurface()
1188 ANGLE_TRY(restoreLostDevice()); in createImage()
1251 ANGLE_TRY(restoreLostDevice()); in createContext()
1340 ANGLE_TRY(restoreLostDevice()); in createSync()
1416 Error Display::restoreLostDevice() in restoreLostDevice() function in egl::Display
1428 return mImplementation->restoreLostDevice(this); in restoreLostDevice()
DDisplay.h305 Error restoreLostDevice();
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h39 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayNULL.cpp100 egl::Error DisplayNULL::restoreLostDevice(const egl::Display *display) in restoreLostDevice() function in rx::DisplayNULL
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h66 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayEAGL.mm271 egl::Error DisplayEAGL::restoreLostDevice(const egl::Display *display)
/external/angle/src/libANGLE/renderer/
DDisplayImpl.h82 virtual egl::Error restoreLostDevice(const egl::Display *display) = 0;
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h77 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayCGL.mm436 egl::Error DisplayCGL::restoreLostDevice(const egl::Display *display)
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h58 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayWGL.cpp557 egl::Error DisplayWGL::restoreLostDevice(const egl::Display *display) in restoreLostDevice() function in rx::DisplayWGL
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.h73 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayD3D.cpp280 egl::Error DisplayD3D::restoreLostDevice(const egl::Display *display) in restoreLostDevice() function in rx::DisplayD3D
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h69 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayGLX.cpp770 egl::Error DisplayGLX::restoreLostDevice(const egl::Display *display) in restoreLostDevice() function in rx::DisplayGLX
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h83 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayVk.cpp70 egl::Error DisplayVk::restoreLostDevice(const egl::Display *display) in restoreLostDevice() function in rx::DisplayVk
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h73 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayEGL.cpp551 egl::Error DisplayEGL::restoreLostDevice(const egl::Display *display) in restoreLostDevice() function in rx::DisplayEGL
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h47 egl::Error restoreLostDevice(const egl::Display *display) override;
DDisplayMtl.mm191 egl::Error DisplayMtl::restoreLostDevice(const egl::Display *display)