Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Drobustness.c135 if (ctx->Driver.GetGraphicsResetStatus) { in _mesa_GetGraphicsResetStatusARB()
138 status = ctx->Driver.GetGraphicsResetStatus(ctx); in _mesa_GetGraphicsResetStatusARB()
161 if (!ctx->Driver.GetGraphicsResetStatus && (MESA_VERBOSE & VERBOSE_API)) in _mesa_GetGraphicsResetStatusARB()
Ddd.h246 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_robustness.txt118 enum GetGraphicsResetStatus();
138 Returned by GetGraphicsResetStatus:
199 enum GetGraphicsResetStatus();
202 at any point since the last call to GetGraphicsResetStatus:
224 GetGraphicsResetStatus will always return NO_ERROR[fn1].
232 above. In this case GetGraphicsResetStatus will return an appropriate
238 [fn2: The values returned by GetGraphicsResetStatus in the
248 * GetError and GetGraphicsResetStatus behave normally following a
423 identify a CONTEXT_LOST error, or GetGraphicsResetStatus()), and
477 DISCUSSION: GetError and GetGraphicsResetStatus must continue to
/third_party/openGLES/extensions/KHR/
DKHR_robustness.txt128 enum GetGraphicsResetStatus();
148 Returned by GetGraphicsResetStatus:
209 enum GetGraphicsResetStatus();
212 at any point since the last call to GetGraphicsResetStatus:
234 GetGraphicsResetStatus will always return NO_ERROR[fn1].
242 above. In this case GetGraphicsResetStatus will return an appropriate
248 [fn2: The values returned by GetGraphicsResetStatus in the
258 * GetError and GetGraphicsResetStatus behave normally following a
433 identify a CONTEXT_LOST error, or GetGraphicsResetStatus()), and
487 DISCUSSION: GetError and GetGraphicsResetStatus must continue to
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_flush.c182 functions->GetGraphicsResetStatus = st_get_graphics_reset_status; in st_init_flush_functions()
/third_party/openGLES/extensions/IMG/
DIMG_tile_region_protection.txt90 Returned by GetGraphicsResetStatus
103 that can be returned by GetGraphicsResetStatus
153 generate a CONTEXT_LOST error. In this case, GetGraphicsResetStatus
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h419 GetGraphicsResetStatus, enumerator
Dentry_points_enum_autogen.cpp823 case EntryPoint::GetGraphicsResetStatus: in GetEntryPointName()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_5_autogen.h143 ANGLE_EXPORT GLenum GL_APIENTRY GetGraphicsResetStatus();
Dentry_points_gl_4_5_autogen.cpp838 GLenum GL_APIENTRY GetGraphicsResetStatus() in GetGraphicsResetStatus() function
854 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatus()
856 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GetGraphicsResetStatus()
860 returnValue = GetDefaultReturnValue<EntryPoint::GetGraphicsResetStatus, GLenum>(); in GetGraphicsResetStatus()
Dproc_table_wgl_autogen.cpp340 {"glGetGraphicsResetStatus", P(gl::GetGraphicsResetStatus)},
DlibGL_autogen.cpp5694 return gl::GetGraphicsResetStatus(); in glGetGraphicsResetStatus()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp581 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GL_GetGraphicsResetStatus()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp6995 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GL_GetGraphicsResetStatus()