Searched refs:GetGraphicsResetStatus (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | robustness.c | 135 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()
|
D | dd.h | 246 GLenum (*GetGraphicsResetStatus)(struct gl_context *ctx); member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_robustness.txt | 118 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/ |
D | KHR_robustness.txt | 128 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/ |
D | st_cb_flush.c | 182 functions->GetGraphicsResetStatus = st_get_graphics_reset_status; in st_init_flush_functions()
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_tile_region_protection.txt | 90 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/ |
D | entry_points_enum_autogen.h | 419 GetGraphicsResetStatus, enumerator
|
D | entry_points_enum_autogen.cpp | 823 case EntryPoint::GetGraphicsResetStatus: in GetEntryPointName()
|
/third_party/flutter/skia/third_party/externals/angle2/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 | 838 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()
|
D | proc_table_wgl_autogen.cpp | 340 {"glGetGraphicsResetStatus", P(gl::GetGraphicsResetStatus)},
|
D | libGL_autogen.cpp | 5694 return gl::GetGraphicsResetStatus(); in glGetGraphicsResetStatus()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 581 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GL_GetGraphicsResetStatus()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 6995 ANGLE_CAPTURE(GetGraphicsResetStatus, isCallValid, context, returnValue); in GL_GetGraphicsResetStatus()
|