Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderConfig.hpp37 enum ResetNotificationStrategy enum
92 ResetNotificationStrategy resetNotificationStrategy;
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustnessTests.cpp42 namespace ResetNotificationStrategy namespace
50 glu::RenderContext* createRobustContext(glu::ResetNotificationStrategy reset);
62 glu::RenderContext* RobustnessBase::createRobustContext(glu::ResetNotificationStrategy reset) in createRobustContext()
101 glu::ResetNotificationStrategy strategy = glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION; in iterate()
147 glu::ResetNotificationStrategy strategy = glu::RESET_NOTIFICATION_STRATEGY_LOSE_CONTEXT_ON_RESET; in iterate()
172 } // ResetNotificationStrategy namespace
646 addChild(new ResetNotificationStrategy::NoResetNotificationCase( in init()
649 addChild(new ResetNotificationStrategy::LoseContextOnResetCase( in init()
H A DglcRobustBufferAccessBehaviorTests.hpp285 glu::ResetNotificationStrategy reset = glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION);
H A DglcRobustBufferAccessBehaviorTests.cpp1009 glu::RenderContext* RobustnessBase::createRobustContext(glu::ResetNotificationStrategy reset) in createRobustContext()
/third_party/mesa3d/src/egl/main/
H A Deglcontext.c268 ctx->ResetNotificationStrategy = val; in _eglParseContextAttribList()
284 ctx->ResetNotificationStrategy = val; in _eglParseContextAttribList()
546 switch (ctx->ResetNotificationStrategy) { in _eglParseContextAttribList()
608 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR; in _eglInitContext()
H A Deglcontext.h62 EGLint ResetNotificationStrategy; member
/third_party/vk-gl-cts/framework/egl/
H A DegluGLUtil.hpp49 glu::ResetNotificationStrategy resetNotificationStrategy = glu::RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED);
H A DegluGLUtil.cpp85 glu::ResetNotificationStrategy resetNotificationStrategy) in createGLContext()
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c374 if (share_list && share_list->ResetNotificationStrategy != in wgl_create_context()
375 wgl_ctx->base.ResetNotificationStrategy) { in wgl_create_context()
436 if (wgl_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION) in wgl_create_context()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.hpp207 glu::ResetNotificationStrategy resetNotificationStrategy);
H A DtcuWGL.cpp426 glu::ResetNotificationStrategy resetNotificationStrategy) in Context()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp129 glu::ResetNotificationStrategy resetNotificationStrategy);
326 glu::ResetNotificationStrategy resetNotificationStrategy) in createContext()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1434 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) { in dri2_fill_context_attribs()
1521 if (share_list && share_list->ResetNotificationStrategy != in dri2_create_context()
1522 dri2_ctx->base.ResetNotificationStrategy) { in dri2_create_context()

Completed in 24 milliseconds