Searched refs:GetGraphicsResetStatus (Results 1 – 5 of 5) sorted by relevance
134 if (ctx->Driver.GetGraphicsResetStatus) { in _mesa_GetGraphicsResetStatusARB()137 status = ctx->Driver.GetGraphicsResetStatus(ctx); in _mesa_GetGraphicsResetStatusARB()159 if (!ctx->Driver.GetGraphicsResetStatus && (MESA_VERBOSE & VERBOSE_API)) in _mesa_GetGraphicsResetStatusARB()
943 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member
216 functions->GetGraphicsResetStatus = st_get_graphics_reset_status; in st_init_flush_functions()
1014 functions.GetGraphicsResetStatus = brw_get_graphics_reset_status; in brwCreateContext()
780 #define glGetGraphicsResetStatus MANGLE(GetGraphicsResetStatus)