Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c547 case EGL_NO_RESET_NOTIFICATION_KHR: in _eglParseContextAttribList()
608 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/
DeglwEnumsC.inl238 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
DeglwEnums.inl238 #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.cpp871 case EGL_NO_RESET_NOTIFICATION_KHR: in CreateContext()
/external/swiftshader/include/EGL/
Deglext.h94 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/mesa3d/include/EGL/
Deglext.h94 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/angle/include/EGL/
Deglext.h75 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Deglew.h1224 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h508 #define EGL_NO_RESET_NOTIFICATION_KHR 0x31BE macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1426 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) { in dri2_fill_context_attribs()