Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext.h462 bool isContextLost() const { return mContextLost; } in isContextLost()
740 bool mContextLost; // Set with setContextLost so that we also set mSkipValidation=false. variable
DContext.cpp350 mContextLost(false), in Context()
2753 mContextLost = true; in setContextLost()
6725 if (!mContextLost) in getProgramPipelineiv()