Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglcontext.c298 ctx->ResetNotificationStrategy = val; in _eglParseContextAttribList()
314 ctx->ResetNotificationStrategy = val; in _eglParseContextAttribList()
614 switch (ctx->ResetNotificationStrategy) { in _eglParseContextAttribList()
676 ctx->ResetNotificationStrategy = EGL_NO_RESET_NOTIFICATION_KHR; in _eglInitContext()
702 if (share_list && share_list->ResetNotificationStrategy != in _eglInitContext()
703 ctx->ResetNotificationStrategy) { in _eglInitContext()
804 *value = c->ResetNotificationStrategy; in _eglQueryContext()
Deglcontext.h59 EGLint ResetNotificationStrategy; member
/external/deqp/external/openglcts/modules/common/
DglcRobustnessTests.cpp42 namespace ResetNotificationStrategy namespace
50 glu::RenderContext *createRobustContext(glu::ResetNotificationStrategy reset);
63 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()
647 addChild(new ResetNotificationStrategy::NoResetNotificationCase( in init()
650 addChild(new ResetNotificationStrategy::LoseContextOnResetCase( in init()
DglcRobustBufferAccessBehaviorTests.hpp285 … glu::ResetNotificationStrategy reset = glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION);
DglcRobustBufferAccessBehaviorTests.cpp1012 glu::RenderContext *RobustnessBase::createRobustContext(glu::ResetNotificationStrategy reset) in createRobustContext()
/external/deqp/framework/opengl/
DgluRenderConfig.hpp37 enum ResetNotificationStrategy enum
102 ResetNotificationStrategy resetNotificationStrategy;
/external/deqp/framework/egl/
DegluGLUtil.hpp47 …glu::ResetNotificationStrategy resetNotificationStrategy = glu::RESET_NOTIFICATION_STRATEGY_NOT_SP…
DegluGLUtil.cpp98 glu::ResetNotificationStrategy resetNotificationStrategy) in createGLContext()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp135 glu::ResetNotificationStrategy resetNotificationStrategy);
150 glu::ResetNotificationStrategy resetStrategy;
342 glu::ResetNotificationStrategy resetNotificationStrategy) in createContext()
418 glu::ResetNotificationStrategy usedResetNotificationStrategy = in createContext()
/external/deqp/framework/platform/win32/
DtcuWGL.hpp206 glu::ResetNotificationStrategy resetNotificationStrategy);
DtcuWGL.cpp426 int pixelFormat, glu::ResetNotificationStrategy resetNotificationStrategy) in Context()
/external/mesa3d/docs/relnotes/
D17.0.2.rst113 - egl: Ensure ResetNotificationStrategy matches for shared contexts.
D13.0.6.rst191 - egl: Ensure ResetNotificationStrategy matches for shared contexts.
/external/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c457 if (wgl_ctx->base.ResetNotificationStrategy != EGL_NO_RESET_NOTIFICATION) in wgl_create_context()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1148 if (dri2_ctx->base.ResetNotificationStrategy != in dri2_fill_context_attribs()