Home
last modified time | relevance | path

Searched refs:markContextLost (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DContext.h460 void markContextLost(GraphicsResetStatus status);
DDisplay.cpp1592 (*context)->markContextLost(gl::GraphicsResetStatus::UnknownContextReset); in notifyDeviceLost()
DContext.cpp989 markContextLost(current); in loseContext()
2740 void Context::markContextLost(GraphicsResetStatus status) in markContextLost() function in gl::Context
9055 mContext->markContextLost(GraphicsResetStatus::UnknownContextReset); in handleError()