HomeSort by relevance Sort by last modified time
    Searched full:m_contextlost (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 40 , m_contextLost(false)
50 virtual bool isContextLost() { return m_contextLost; }
288 void fakeContextLost() { m_contextLost = true; }
291 bool m_contextLost;

Completed in 609 milliseconds