Searched defs:isContextLost (Results 1 – 2 of 2) sorted by relevance
120 bool isContextLost() const { return mContextLost.load(std::memory_order_relaxed) != 0; } in isContextLost() function630 bool isContextLost() const { return mErrors.isContextLost(); } in isContextLost() function
775 wrappedContext_.isContextLost = function() { function