Home
last modified time | relevance | path

Searched refs:EGL_NO_RESET_NOTIFICATION_KHR (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/main/
Deglcontext.c332 case EGL_NO_RESET_NOTIFICATION_KHR: in _eglParseContextAttribList()
377 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR; in _eglInitContext()
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl231 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/mesa3d/include/EGL/
Deglext.h431 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp168 case EGL_NO_RESET_NOTIFICATION_KHR: return "EGL_NO_RESET_NOTIFICATION_KHR"; in eglResetNotificationStrategyToString()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c810 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) { in dri2_create_context()