Home
last modified time | relevance | path

Searched refs:ResetStrategy (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Drobustness.c124 if (ctx->Const.ResetStrategy == GL_NO_RESET_NOTIFICATION_ARB) { in _mesa_GetGraphicsResetStatusARB()
Dcontext.c691 consts->ResetStrategy = GL_NO_RESET_NOTIFICATION_ARB; in _mesa_init_constants()
Dmtypes.h3962 GLenum16 ResetStrategy; member
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c958 st->ctx->Const.ResetStrategy = GL_LOSE_CONTEXT_ON_RESET_ARB; in st_api_create_context()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c839 if (brw->ctx.Const.ResetStrategy == GL_LOSE_CONTEXT_ON_RESET_ARB) in submit_batch()
Dbrw_context.c1054 ctx->Const.ResetStrategy = notify_reset in brwCreateContext()