Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.cpp1398 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 DDisplay.h229 bool testDeviceLost();
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DFence11.cpp94 if (checkDeviceLost && mRenderer->testDeviceLost()) in finish()
193 if (checkDeviceLost && mRenderer->testDeviceLost()) in clientWait()
H A DQuery11.cpp432 if (!queryState->finished && checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
H A DRenderer11.h124 bool testDeviceLost() override;
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp273 bool DisplayD3D::testDeviceLost() in testDeviceLost() function in rx::DisplayD3D
276 return mRenderer->testDeviceLost(); in testDeviceLost()
H A DRendererD3D.cpp78 if (testDeviceLost()) in getResetStatus()
H A DDisplayD3D.h76 bool testDeviceLost() override;
H A DRendererD3D.h397 virtual bool testDeviceLost() = 0;
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DDisplayNULL.h42 bool testDeviceLost() override;
H A DDisplayNULL.cpp95 bool DisplayNULL::testDeviceLost() in testDeviceLost() function in rx::DisplayNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/
H A DDisplayCGL.h73 bool testDeviceLost() override;
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp165 if (checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
H A DRenderer9.cpp170 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 DRenderer9.h157 bool testDeviceLost() override;
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DDisplayImpl.h74 virtual bool testDeviceLost() = 0;
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.h55 bool testDeviceLost() override;
H A DDisplayWGL.cpp558 bool DisplayWGL::testDeviceLost() in testDeviceLost() function in rx::DisplayWGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.h67 bool testDeviceLost() override;
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DDisplayWgpu.h46 bool testDeviceLost() override;
H A DDisplayWgpu.cpp105 bool DisplayWgpu::testDeviceLost() in testDeviceLost() function in rx::DisplayWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DDisplayVk.h34 bool testDeviceLost() override;
H A DDisplayVk.cpp208 bool DisplayVk::testDeviceLost() in testDeviceLost() function in rx::DisplayVk
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.h67 bool testDeviceLost() override;
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DDisplayMtl.h54 bool testDeviceLost() override;

12