HomeSort by relevance Sort by last modified time
    Searched refs:testDeviceLost (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Query11.cpp 71 if (mRenderer->testDeviceLost(true))
111 else if (mRenderer->testDeviceLost(true))
Query9.cpp 72 if (mRenderer->testDeviceLost(true))
Renderer.h 142 virtual bool testDeviceLost(bool notify) = 0;
Renderer11.h 87 virtual bool testDeviceLost(bool notify);
Renderer9.h 101 virtual bool testDeviceLost(bool notify);
Renderer9.cpp 127 if (testDeviceLost(false))
632 if (testDeviceLost(false))
    [all...]
Renderer11.cpp 515 if (testDeviceLost(true))
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Display.cpp 231 if (mRenderer->testDeviceLost(false))
344 if (mRenderer->testDeviceLost(false))
369 else if (mRenderer->testDeviceLost(false)) // Lost device
libEGL.cpp 894 if (renderer->testDeviceLost(true))
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.cpp     [all...]

Completed in 1722 milliseconds