Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext.h460 bool isContextLost() const { return mContextLost; } in isContextLost()
705 bool mContextLost; // Set with setContextLost so that we also set mSkipValidation=false. variable
DContext.cpp279 mContextLost(false), in Context()
2461 mContextLost = true; in setContextLost()
6195 if (!mContextLost) in getProgramPipelineiv()