Searched defs:testDeviceLost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp398 if (testDeviceLost(true))
1653 bool Renderer11::testDeviceLost(bool notify) function in class:rx::Renderer11
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp150 if (testDeviceLost(false))
516 if (testDeviceLost(false))
2096 bool Renderer9::testDeviceLost(bool notify) function in class:rx::Renderer9
2160 bool lost = testDeviceLost(false);
2180 lost = testDeviceLost(false);
2195 lost = testDeviceLost(false);

Completed in 94 milliseconds