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

/external/chromium_org/third_party/angle/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.h148 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))
656 if (testDeviceLost(false))
2067 bool Renderer9::testDeviceLost(bool notify) function in class:rx::Renderer9
2131 bool lost = testDeviceLost(false);
2151 lost = testDeviceLost(false);
2166 lost = testDeviceLost(false);
H A DRenderer11.cpp512 if (testDeviceLost(true))
1900 bool Renderer11::testDeviceLost(bool notify) function in class:rx::Renderer11
/external/chromium_org/third_party/angle/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.cpp902 if (renderer->testDeviceLost(true))
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp2135 mRenderer->testDeviceLost(true);

Completed in 290 milliseconds