Home
last modified time | relevance | path

Searched refs:testDeviceLost (Results 1 – 25 of 60) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp729 if (mImplementation->testDeviceLost()) in createWindowSurface()
757 if (mImplementation->testDeviceLost()) in createPbufferSurface()
780 if (mImplementation->testDeviceLost()) in createPbufferFromClientBuffer()
803 if (mImplementation->testDeviceLost()) in createPixmapSurface()
827 if (mImplementation->testDeviceLost()) in createImage()
890 if (mImplementation->testDeviceLost()) in createContext()
953 if (mImplementation->testDeviceLost()) in createSync()
1110 bool Display::testDeviceLost() in testDeviceLost() function in egl::Display
1114 if (!mDeviceLost && mImplementation->testDeviceLost()) in testDeviceLost()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFence11.cpp94 if (checkDeviceLost && mRenderer->testDeviceLost()) in finish()
193 if (checkDeviceLost && mRenderer->testDeviceLost()) in clientWait()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFence11.cpp94 if (checkDeviceLost && mRenderer->testDeviceLost()) in finish()
193 if (checkDeviceLost && mRenderer->testDeviceLost()) in clientWait()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp1145 if (mImplementation->testDeviceLost()) in createWindowSurface()
1174 if (mImplementation->testDeviceLost()) in createPbufferSurface()
1199 if (mImplementation->testDeviceLost()) in createPbufferFromClientBuffer()
1224 if (mImplementation->testDeviceLost()) in createPixmapSurface()
1249 if (mImplementation->testDeviceLost()) in createImage()
1313 if (mImplementation->testDeviceLost()) in createContext()
1401 if (mImplementation->testDeviceLost()) in createSync()
1647 bool Display::testDeviceLost() in testDeviceLost() function in egl::Display
1651 if (!mDeviceLost && mImplementation->testDeviceLost()) in testDeviceLost()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp253 bool DisplayD3D::testDeviceLost() in testDeviceLost() function in rx::DisplayD3D
256 return mRenderer->testDeviceLost(); in testDeviceLost()
DRendererD3D.cpp79 if (testDeviceLost()) in getResetStatus()
DDisplayD3D.h66 bool testDeviceLost() override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.h35 bool testDeviceLost() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h65 bool testDeviceLost() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.cpp79 if (testDeviceLost()) in getResetStatus()
DDisplayD3D.cpp274 bool DisplayD3D::testDeviceLost() in testDeviceLost() function in rx::DisplayD3D
277 return mRenderer->testDeviceLost(); in testDeviceLost()
DDisplayD3D.h72 bool testDeviceLost() override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h55 bool testDeviceLost() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.h38 bool testDeviceLost() override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.h69 virtual bool testDeviceLost() = 0;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.h34 bool testDeviceLost() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.h81 virtual bool testDeviceLost() = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h76 bool testDeviceLost() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DQuery9.cpp165 if (checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.h54 bool testDeviceLost() override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DQuery9.cpp165 if (checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h57 bool testDeviceLost() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h57 bool testDeviceLost() override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h68 bool testDeviceLost() override;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h73 bool testDeviceLost() override;

123