Searched refs:testDeviceLost (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DQuery11.cpp71 if (mRenderer->testDeviceLost(true))
111 else if (mRenderer->testDeviceLost(true))
H A DQuery9.cpp72 if (mRenderer->testDeviceLost(true))
H A DRenderer.h142 virtual bool testDeviceLost(bool notify) = 0;
H A DRenderer11.h87 virtual bool testDeviceLost(bool notify);
H A DRenderer9.h101 virtual bool testDeviceLost(bool notify);
H A DRenderer9.cpp127 if (testDeviceLost(false))
632 if (testDeviceLost(false))
2052 bool Renderer9::testDeviceLost(bool notify) function in class:rx::Renderer9
2125 bool lost = testDeviceLost(false);
2150 lost = testDeviceLost(false);
H A DRenderer11.cpp515 if (testDeviceLost(true))
1884 bool Renderer11::testDeviceLost(bool notify) function in class:rx::Renderer11
/external/chromium_org/third_party/angle_dx11/src/libEGL/
H A DDisplay.cpp231 if (mRenderer->testDeviceLost(false))
344 if (mRenderer->testDeviceLost(false))
369 else if (mRenderer->testDeviceLost(false)) // Lost device
H A DlibEGL.cpp894 if (renderer->testDeviceLost(true))
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DContext.cpp2132 mRenderer->testDeviceLost(true);

Completed in 161 milliseconds