Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
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()
646 addChild(new ResetNotificationStrategy::NoResetNotificationCase( in init()
649 addChild(new ResetNotificationStrategy::LoseContextOnResetCase( in init()
DglcRobustBufferAccessBehaviorTests.hpp285 glu::ResetNotificationStrategy reset = glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION);
DglcRobustBufferAccessBehaviorTests.cpp1013 glu::RenderContext* RobustnessBase::createRobustContext(glu::ResetNotificationStrategy reset) in createRobustContext()
/external/deqp/framework/opengl/
DgluRenderConfig.hpp37 enum ResetNotificationStrategy enum
92 ResetNotificationStrategy resetNotificationStrategy;
/external/mesa3d/src/egl/main/
Deglcontext.c256 ctx->ResetNotificationStrategy = val; in _eglParseContextAttribList()
272 ctx->ResetNotificationStrategy = val; in _eglParseContextAttribList()
534 switch (ctx->ResetNotificationStrategy) { in _eglParseContextAttribList()
598 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR; in _eglInitContext()
Deglcontext.h64 EGLint ResetNotificationStrategy; member
/external/deqp/framework/egl/
DegluGLUtil.hpp49 …glu::ResetNotificationStrategy resetNotificationStrategy = glu::RESET_NOTIFICATION_STRATEGY_NOT_SP…
DegluGLUtil.cpp85 glu::ResetNotificationStrategy resetNotificationStrategy) in createGLContext()
/external/deqp/framework/platform/win32/
DtcuWGL.hpp203 glu::ResetNotificationStrategy resetNotificationStrategy);
DtcuWGL.cpp407 glu::ResetNotificationStrategy resetNotificationStrategy) in Context()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp124 glu::ResetNotificationStrategy resetNotificationStrategy);
315 glu::ResetNotificationStrategy resetNotificationStrategy) in createContext()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1160 if (dri2_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION_KHR) { in dri2_fill_context_attribs()
1244 if (share_list && share_list->ResetNotificationStrategy != in dri2_create_context()
1245 dri2_ctx->base.ResetNotificationStrategy) { in dri2_create_context()