Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c535 case EGL_NO_RESET_NOTIFICATION_KHR: in _eglParseContextAttribList()
598 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR; in _eglInitContext()
/external/deqp/framework/egl/
DegluGLUtil.cpp187 attribList.push_back(EGL_NO_RESET_NOTIFICATION_KHR); in createGLContext()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp66 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl238 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
DeglwEnumsC.inl238 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglext.h428 #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()
DteglRobustnessTests.cpp140 case EGL_NO_RESET_NOTIFICATION_KHR: return "EGL_NO_RESET_NOTIFICATION_KHR"; in eglResetNotificationStrategyToString()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp825 case EGL_NO_RESET_NOTIFICATION_KHR: in CreateContext()
/external/mesa3d/include/EGL/
Deglext.h94 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/swiftshader/include/EGL/
Deglext.h94 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1160 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) { in dri2_fill_context_attribs()