/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Display.cpp | 1398 if (mImplementation->testDeviceLost()) in createWindowSurface() 1428 if (mImplementation->testDeviceLost()) in createPbufferSurface() 1454 if (mImplementation->testDeviceLost()) in createPbufferFromClientBuffer() 1480 if (mImplementation->testDeviceLost()) in createPixmapSurface() 1507 if (mImplementation->testDeviceLost()) in createImage() 1571 if (mImplementation->testDeviceLost()) in createContext() 1688 if (mImplementation->testDeviceLost()) in createSync() 2012 bool Display::testDeviceLost() in testDeviceLost() function in egl::Display 2016 if (!mState.deviceLost && mImplementation->testDeviceLost()) in testDeviceLost()
|
H A D | Display.h | 229 bool testDeviceLost();
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Fence11.cpp | 94 if (checkDeviceLost && mRenderer->testDeviceLost()) in finish() 193 if (checkDeviceLost && mRenderer->testDeviceLost()) in clientWait()
|
H A D | Query11.cpp | 432 if (!queryState->finished && checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
|
H A D | Renderer11.h | 124 bool testDeviceLost() override;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | DisplayD3D.cpp | 273 bool DisplayD3D::testDeviceLost() in testDeviceLost() function in rx::DisplayD3D 276 return mRenderer->testDeviceLost(); in testDeviceLost()
|
H A D | RendererD3D.cpp | 78 if (testDeviceLost()) in getResetStatus()
|
H A D | DisplayD3D.h | 76 bool testDeviceLost() override;
|
H A D | RendererD3D.h | 397 virtual bool testDeviceLost() = 0;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/ |
H A D | DisplayNULL.h | 42 bool testDeviceLost() override;
|
H A D | DisplayNULL.cpp | 95 bool DisplayNULL::testDeviceLost() in testDeviceLost() function in rx::DisplayNULL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/ |
H A D | DisplayCGL.h | 73 bool testDeviceLost() override;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Query9.cpp | 165 if (checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
|
H A D | Renderer9.cpp | 170 if (testDeviceLost()) in ~Renderer9() 689 if (checkDeviceLost && testDeviceLost()) in finish() 2251 bool Renderer9::testDeviceLost() in testDeviceLost() function in rx::Renderer9 2299 bool lost = testDeviceLost(); in resetDevice() 2319 lost = testDeviceLost(); in resetDevice() 2334 lost = testDeviceLost(); in resetDevice()
|
H A D | Renderer9.h | 157 bool testDeviceLost() override;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | DisplayImpl.h | 74 virtual bool testDeviceLost() = 0;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.h | 55 bool testDeviceLost() override;
|
H A D | DisplayWGL.cpp | 558 bool DisplayWGL::testDeviceLost() in testDeviceLost() function in rx::DisplayWGL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.h | 67 bool testDeviceLost() override;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | DisplayWgpu.h | 46 bool testDeviceLost() override;
|
H A D | DisplayWgpu.cpp | 105 bool DisplayWgpu::testDeviceLost() in testDeviceLost() function in rx::DisplayWgpu
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | DisplayVk.h | 34 bool testDeviceLost() override;
|
H A D | DisplayVk.cpp | 208 bool DisplayVk::testDeviceLost() in testDeviceLost() function in rx::DisplayVk
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/ |
H A D | DisplayEGL.h | 67 bool testDeviceLost() override;
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | DisplayMtl.h | 54 bool testDeviceLost() override;
|