Searched refs:GetGraphicsResetStatus (Results 1 – 5 of 5) sorted by relevance
137 if (ctx->Driver.GetGraphicsResetStatus) in _mesa_GetGraphicsResetStatusARB()138 status = ctx->Driver.GetGraphicsResetStatus(ctx); in _mesa_GetGraphicsResetStatusARB()143 if (!ctx->Driver.GetGraphicsResetStatus && (MESA_VERBOSE & VERBOSE_API)) in _mesa_GetGraphicsResetStatusARB()
218 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member
187 functions->GetGraphicsResetStatus = st_get_graphics_reset_status; in st_init_flush_functions()
632 ANGLE_CAPTURE_GL(GetGraphicsResetStatus, isCallValid, context, returnValue); in GL_GetGraphicsResetStatus()
2030 …n GetGraphicsResetStatus() -> types::GLenum { __gl_imports::mem::transmute::<_, extern "system" fn… in GetGraphicsResetStatus() function4114 pub static mut GetGraphicsResetStatus: FnPtr = FnPtr { variable10586 pub mod GetGraphicsResetStatus { module10594 unsafe { storage::GetGraphicsResetStatus.is_loaded } in is_loaded()10600 …storage::GetGraphicsResetStatus = FnPtr::new(metaloadfn(&mut loadfn, "glGetGraphicsResetStatus", &… in load_with()20855 GetGraphicsResetStatus::load_with(&mut *loadfn); in load_with()