Home
last modified time | relevance | path

Searched refs:RobustAccess (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffer_objects.c82 if (ctx->Const.RobustAccess) { in alloc_buffer_object()
Dbrw_context.c1142 ctx->Const.RobustAccess = GL_TRUE; in brwCreateContext()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c955 st->ctx->Const.RobustAccess = GL_TRUE; in st_api_create_context()
/external/mesa3d/src/mesa/main/
Dcontext.c694 consts->RobustAccess = GL_FALSE; in _mesa_init_constants()
Dmtypes.h3965 GLboolean RobustAccess; member