Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFence11.cpp94 if (checkDeviceLost && mRenderer->testDeviceLost()) in finish()
193 if (checkDeviceLost && mRenderer->testDeviceLost()) in clientWait()
DQuery11.cpp431 if (!queryState->finished && checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
DRenderer11.h123 bool testDeviceLost() override;
/external/angle/src/libANGLE/
DDisplay.cpp1373 if (mImplementation->testDeviceLost()) in createWindowSurface()
1403 if (mImplementation->testDeviceLost()) in createPbufferSurface()
1429 if (mImplementation->testDeviceLost()) in createPbufferFromClientBuffer()
1455 if (mImplementation->testDeviceLost()) in createPixmapSurface()
1482 if (mImplementation->testDeviceLost()) in createImage()
1547 if (mImplementation->testDeviceLost()) in createContext()
1660 if (mImplementation->testDeviceLost()) in createSync()
1951 bool Display::testDeviceLost() in testDeviceLost() function in egl::Display
1955 if (!mDeviceLost && mImplementation->testDeviceLost()) in testDeviceLost()
DDisplay.h217 bool testDeviceLost();
/external/angle/src/libANGLE/renderer/d3d/
DRendererD3D.cpp78 if (testDeviceLost()) in getResetStatus()
DDisplayD3D.cpp274 bool DisplayD3D::testDeviceLost() in testDeviceLost() function in rx::DisplayD3D
277 return mRenderer->testDeviceLost(); in testDeviceLost()
DDisplayD3D.h76 bool testDeviceLost() override;
DRendererD3D.h397 virtual bool testDeviceLost() = 0;
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h60 bool testDeviceLost() override;
DDisplayEAGL.mm262 bool DisplayEAGL::testDeviceLost()
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h42 bool testDeviceLost() override;
DDisplayNULL.cpp95 bool DisplayNULL::testDeviceLost() in testDeviceLost() function in rx::DisplayNULL
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h75 bool testDeviceLost() override;
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DQuery9.cpp165 if (checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
DRenderer9.cpp169 if (testDeviceLost()) in ~Renderer9()
688 if (checkDeviceLost && testDeviceLost()) in finish()
2246 bool Renderer9::testDeviceLost() in testDeviceLost() function in rx::Renderer9
2294 bool lost = testDeviceLost(); in resetDevice()
2314 lost = testDeviceLost(); in resetDevice()
2329 lost = testDeviceLost(); in resetDevice()
DRenderer9.h156 bool testDeviceLost() override;
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h67 bool testDeviceLost() override;
DDisplayGLX.cpp766 bool DisplayGLX::testDeviceLost() in testDeviceLost() function in rx::DisplayGLX
/external/angle/src/libANGLE/renderer/
DDisplayImpl.h74 virtual bool testDeviceLost() = 0;
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h56 bool testDeviceLost() override;
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h36 bool testDeviceLost() override;
DDisplayVk.cpp137 bool DisplayVk::testDeviceLost() in testDeviceLost() function in rx::DisplayVk
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h72 bool testDeviceLost() override;
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h54 bool testDeviceLost() override;

12