/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 729 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/ |
D | Fence11.cpp | 94 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/ |
D | Fence11.cpp | 94 if (checkDeviceLost && mRenderer->testDeviceLost()) in finish() 193 if (checkDeviceLost && mRenderer->testDeviceLost()) in clientWait()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 1145 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/ |
D | DisplayD3D.cpp | 253 bool DisplayD3D::testDeviceLost() in testDeviceLost() function in rx::DisplayD3D 256 return mRenderer->testDeviceLost(); in testDeviceLost()
|
D | RendererD3D.cpp | 79 if (testDeviceLost()) in getResetStatus()
|
D | DisplayD3D.h | 66 bool testDeviceLost() override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 35 bool testDeviceLost() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 65 bool testDeviceLost() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | RendererD3D.cpp | 79 if (testDeviceLost()) in getResetStatus()
|
D | DisplayD3D.cpp | 274 bool DisplayD3D::testDeviceLost() in testDeviceLost() function in rx::DisplayD3D 277 return mRenderer->testDeviceLost(); in testDeviceLost()
|
D | DisplayD3D.h | 72 bool testDeviceLost() override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 55 bool testDeviceLost() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 38 bool testDeviceLost() override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | DisplayImpl.h | 69 virtual bool testDeviceLost() = 0;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.h | 34 bool testDeviceLost() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | DisplayImpl.h | 81 virtual bool testDeviceLost() = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 76 bool testDeviceLost() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Query9.cpp | 165 if (checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/ |
D | DisplayAndroid.h | 54 bool testDeviceLost() override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Query9.cpp | 165 if (checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.h | 57 bool testDeviceLost() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.h | 57 bool testDeviceLost() override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.h | 68 bool testDeviceLost() override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.h | 73 bool testDeviceLost() override;
|