Searched refs:ResetNotificationStrategy (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglcontext.h64 EGLint ResetNotificationStrategy; member in struct:_egl_context
H A Deglcontext.c260 ctx->ResetNotificationStrategy = val;
276 ctx->ResetNotificationStrategy = val;
538 switch (ctx->ResetNotificationStrategy) {
600 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR;
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglcontext.h64 EGLint ResetNotificationStrategy; member in struct:_egl_context
H A Deglcontext.c268 ctx->ResetNotificationStrategy = val;
284 ctx->ResetNotificationStrategy = val;
546 switch (ctx->ResetNotificationStrategy) {
608 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.0.2.rst113 - egl: Ensure ResetNotificationStrategy matches for shared contexts.
H A D13.0.6.rst191 - egl: Ensure ResetNotificationStrategy matches for shared contexts.
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c387 if (share_list && share_list->ResetNotificationStrategy !=
388 wgl_ctx->base.ResetNotificationStrategy) {
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1120 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) {
1204 if (share_list && share_list->ResetNotificationStrategy !=
1205 dri2_ctx->base.ResetNotificationStrategy) {
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1427 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) {
1509 if (share_list && share_list->ResetNotificationStrategy !=
1510 dri2_ctx->base.ResetNotificationStrategy) {

Completed in 16 milliseconds