Searched refs:mContextLost (Results 1 – 2 of 2) sorted by relevance
117 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()
311 bool mContextLost; variable