Home
last modified time | relevance | path

Searched refs:mContextLost (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.cpp117 mContextLost = false; in Context()
211 mContextLost = true; in markContextLost()
216 return mContextLost; in isContextLost()
1803 if (mResetStatus == GL_NO_ERROR && !mContextLost) in getResetStatus()
1814 ASSERT(mContextLost); in getResetStatus()
DContext.h311 bool mContextLost; variable