Searched refs:GetGraphicsResetStatus (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | robustness.c | 134 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()
|
D | dd.h | 1068 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_flush.c | 196 functions->GetGraphicsResetStatus = st_get_graphics_reset_status; in st_init_flush_functions()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 478 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()
|
D | entry_points_gles_3_2_autogen.h | 87 ANGLE_EXPORT GLenum GL_APIENTRY GetGraphicsResetStatus();
|
D | entry_points_gles_ext_autogen.cpp | 13453 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatusContextANGLE() 13455 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GetGraphicsResetStatusContextANGLE() 13459 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatusContextANGLE()
|
D | libGLESv2_autogen.cpp | 2129 return gl::GetGraphicsResetStatus(); in glGetGraphicsResetStatus()
|
/external/angle/src/libANGLE/ |
D | entry_points_enum_autogen.h | 435 GetGraphicsResetStatus, enumerator
|
D | capture_gles_3_2_autogen.cpp | 412 return CallCapture(gl::EntryPoint::GetGraphicsResetStatus, std::move(paramBuffer)); in CaptureGetGraphicsResetStatus()
|
D | entry_points_enum_autogen.cpp | 855 case EntryPoint::GetGraphicsResetStatus: in GetEntryPointName()
|
D | frame_capture_replay_autogen.cpp | 1148 case gl::EntryPoint::GetGraphicsResetStatus: in ReplayCall()
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_5_autogen.h | 143 ANGLE_EXPORT GLenum GL_APIENTRY GetGraphicsResetStatus();
|
D | entry_points_gl_4_5_autogen.cpp | 872 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()
|
D | proc_table_wgl_autogen.cpp | 340 {"glGetGraphicsResetStatus", P(gl::GetGraphicsResetStatus)},
|
D | libGL_autogen.cpp | 5694 return gl::GetGraphicsResetStatus(); in glGetGraphicsResetStatus()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 1005 functions.GetGraphicsResetStatus = brw_get_graphics_reset_status; in brwCreateContext()
|