Home
last modified time | relevance | path

Searched refs:ResetNotificationStrategy (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.c256 ctx->ResetNotificationStrategy = val; in _eglParseContextAttribList()
272 ctx->ResetNotificationStrategy = val; in _eglParseContextAttribList()
451 switch (ctx->ResetNotificationStrategy) { in _eglParseContextAttribList()
507 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR; in _eglInitContext()
Deglcontext.h64 EGLint ResetNotificationStrategy; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1051 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) { in dri2_fill_context_attribs()
1105 if (share_list && share_list->ResetNotificationStrategy != in dri2_create_context()
1106 dri2_ctx->base.ResetNotificationStrategy) { in dri2_create_context()