Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h464 GLenum getGraphicsResetStrategy() const { return mResetStrategy; } in getGraphicsResetStrategy()
746 GLenum mResetStrategy; variable
DContext.cpp390 mResetStrategy(GetResetStrategy(attribs)), in Context()
1718 *params = mResetStrategy; in getIntegervImpl()
2797 if (mResetStrategy == GL_LOSE_CONTEXT_ON_RESET_EXT) in markContextLost()
2825 if (mResetStrategy == GL_NO_RESET_NOTIFICATION_EXT) in getGraphicsResetStatus()
2864 return (mResetStrategy == GL_LOSE_CONTEXT_ON_RESET_EXT); in isResetNotificationEnabled()