Home
last modified time | relevance | path

Searched refs:mContextLostForced (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.h674 bool mContextLostForced; variable
DContext.cpp337 mContextLostForced(false), in Context()
2659 mContextLostForced = true; in markContextLost()
2694 else if (!mContextLostForced && mResetStatus != GraphicsResetStatus::NoError) in getGraphicsResetStatus()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h745 bool mContextLostForced; variable
DContext.cpp389 mContextLostForced(false), in Context()
2800 mContextLostForced = true; in markContextLost()
2851 else if (!mContextLostForced && mResetStatus != GraphicsResetStatus::NoError) in getGraphicsResetStatus()