Home
last modified time | relevance | path

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

12

/external/angle/src/libANGLE/
DDisplay.cpp850 if (mImplementation->testDeviceLost()) in createWindowSurface()
878 if (mImplementation->testDeviceLost()) in createPbufferSurface()
901 if (mImplementation->testDeviceLost()) in createPbufferFromClientBuffer()
924 if (mImplementation->testDeviceLost()) in createPixmapSurface()
948 if (mImplementation->testDeviceLost()) in createImage()
1011 if (mImplementation->testDeviceLost()) in createContext()
1075 if (mImplementation->testDeviceLost()) in createSync()
1246 bool Display::testDeviceLost() in testDeviceLost() function in egl::Display
1250 if (!mDeviceLost && mImplementation->testDeviceLost()) in testDeviceLost()
DDisplay.h160 bool testDeviceLost();
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFence11.cpp94 if (checkDeviceLost && mRenderer->testDeviceLost()) in finish()
193 if (checkDeviceLost && mRenderer->testDeviceLost()) in clientWait()
DQuery11.cpp346 if (!queryState->finished && checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
/external/angle/src/libANGLE/renderer/d3d/
DDisplayD3D.cpp254 bool DisplayD3D::testDeviceLost() in testDeviceLost() function in rx::DisplayD3D
257 return mRenderer->testDeviceLost(); in testDeviceLost()
DRendererD3D.cpp79 if (testDeviceLost()) in getResetStatus()
DDisplayD3D.h66 bool testDeviceLost() override;
DRendererD3D.h359 virtual bool testDeviceLost() = 0;
/external/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h56 bool testDeviceLost() override;
DDisplayEAGL.mm232 bool DisplayEAGL::testDeviceLost()
/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.h35 bool testDeviceLost() override;
DDisplayNULL.cpp89 bool DisplayNULL::testDeviceLost() in testDeviceLost() function in rx::DisplayNULL
/external/angle/src/libANGLE/renderer/
DDisplayImpl.h69 virtual bool testDeviceLost() = 0;
/external/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h55 bool testDeviceLost() override;
DDisplayCGL.mm283 bool DisplayCGL::testDeviceLost()
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.h34 bool testDeviceLost() override;
DDisplayVk.cpp60 bool DisplayVk::testDeviceLost() in testDeviceLost() function in rx::DisplayVk
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DQuery9.cpp165 if (checkDeviceLost && mRenderer->testDeviceLost()) in testQuery()
DRenderer9.cpp161 if (testDeviceLost()) in ~Renderer9()
680 if (checkDeviceLost && testDeviceLost()) in finish()
2186 bool Renderer9::testDeviceLost() in testDeviceLost() function in rx::Renderer9
2234 bool lost = testDeviceLost(); in resetDevice()
2254 lost = testDeviceLost(); in resetDevice()
2269 lost = testDeviceLost(); in resetDevice()
DRenderer9.h175 bool testDeviceLost() override;
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h57 bool testDeviceLost() override;
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h73 bool testDeviceLost() override;
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h73 bool testDeviceLost() override;
DDisplayEGL.cpp515 bool DisplayEGL::testDeviceLost() in testDeviceLost() function in rx::DisplayEGL
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h41 bool testDeviceLost() override;

12