Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drobustness.c137 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()
Ddd.h218 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c187 functions->GetGraphicsResetStatus = st_get_graphics_reset_status; in st_init_flush_functions()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp632 ANGLE_CAPTURE_GL(GetGraphicsResetStatus, isCallValid, context, returnValue); in GL_GetGraphicsResetStatus()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2030 …n GetGraphicsResetStatus() -> types::GLenum { __gl_imports::mem::transmute::<_, extern "system" fn… in GetGraphicsResetStatus() function
4114 pub static mut GetGraphicsResetStatus: FnPtr = FnPtr { variable
10586 pub mod GetGraphicsResetStatus { module
10594 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()