Home
last modified time | relevance | path

Searched defs:isContextLost (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DContext.h120 bool isContextLost() const { return mContextLost.load(std::memory_order_relaxed) != 0; } in isContextLost() function
630 bool isContextLost() const { return mErrors.isContextLost(); } in isContextLost() function
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js775 wrappedContext_.isContextLost = function() { function