Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Drobustness.c134 if (ctx->Driver.GetGraphicsResetStatus) { in _mesa_GetGraphicsResetStatusARB()
137 status = ctx->Driver.GetGraphicsResetStatus(ctx); in _mesa_GetGraphicsResetStatusARB()
160 if (!ctx->Driver.GetGraphicsResetStatus && (MESA_VERBOSE & VERBOSE_API)) in _mesa_GetGraphicsResetStatusARB()
Ddd.h1068 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c196 functions->GetGraphicsResetStatus = st_get_graphics_reset_status; in st_init_flush_functions()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp478 GLenum GL_APIENTRY GetGraphicsResetStatus() in GetGraphicsResetStatus() function
494 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatus()
496 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GetGraphicsResetStatus()
500 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatus()
Dentry_points_gles_3_2_autogen.h87 ANGLE_EXPORT GLenum GL_APIENTRY GetGraphicsResetStatus();
Dentry_points_gles_ext_autogen.cpp13453 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatusContextANGLE()
13455 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GetGraphicsResetStatusContextANGLE()
13459 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatusContextANGLE()
DlibGLESv2_autogen.cpp2129 return gl::GetGraphicsResetStatus(); in glGetGraphicsResetStatus()
/external/angle/src/libANGLE/
Dentry_points_enum_autogen.h435 GetGraphicsResetStatus, enumerator
Dcapture_gles_3_2_autogen.cpp412 return CallCapture(gl::EntryPoint::GetGraphicsResetStatus, std::move(paramBuffer)); in CaptureGetGraphicsResetStatus()
Dentry_points_enum_autogen.cpp855 case EntryPoint::GetGraphicsResetStatus: in GetEntryPointName()
Dframe_capture_replay_autogen.cpp1148 case gl::EntryPoint::GetGraphicsResetStatus: in ReplayCall()
/external/angle/src/libGL/
Dentry_points_gl_4_5_autogen.h143 ANGLE_EXPORT GLenum GL_APIENTRY GetGraphicsResetStatus();
Dentry_points_gl_4_5_autogen.cpp872 GLenum GL_APIENTRY GetGraphicsResetStatus() in GetGraphicsResetStatus() function
888 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatus()
890 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GetGraphicsResetStatus()
894 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatus()
Dproc_table_wgl_autogen.cpp340 {"glGetGraphicsResetStatus", P(gl::GetGraphicsResetStatus)},
DlibGL_autogen.cpp5694 return gl::GetGraphicsResetStatus(); in glGetGraphicsResetStatus()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c1005 functions.GetGraphicsResetStatus = brw_get_graphics_reset_status; in brwCreateContext()