Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DQuery11.cpp71 if (mRenderer->testDeviceLost(true)) in getResult()
111 else if (mRenderer->testDeviceLost(true)) in testQuery()
DQuery9.cpp72 if (mRenderer->testDeviceLost(true)) in getResult()
DRenderer.h148 virtual bool testDeviceLost(bool notify) = 0;
DRenderer9.cpp127 if (testDeviceLost(false)) in ~Renderer9()
656 if (testDeviceLost(false)) in sync()
2067 bool Renderer9::testDeviceLost(bool notify) in testDeviceLost() function in rx::Renderer9
2131 bool lost = testDeviceLost(false); in resetDevice()
2151 lost = testDeviceLost(false); in resetDevice()
2166 lost = testDeviceLost(false); in resetDevice()
DRenderer9.h101 virtual bool testDeviceLost(bool notify);
DRenderer11.h87 virtual bool testDeviceLost(bool notify);
DRenderer11.cpp512 if (testDeviceLost(true)) in sync()
1900 bool Renderer11::testDeviceLost(bool notify) in testDeviceLost() function in rx::Renderer11
/external/chromium_org/third_party/angle/src/libEGL/
DDisplay.cpp231 if (mRenderer->testDeviceLost(false)) in createWindowSurface()
344 if (mRenderer->testDeviceLost(false)) in createOffscreenSurface()
369 else if (mRenderer->testDeviceLost(false)) // Lost device in createContext()
DlibEGL.cpp902 if (renderer->testDeviceLost(true)) in eglMakeCurrent()
/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.cpp2135 mRenderer->testDeviceLost(true); in getResetStatus()