Home
last modified time | relevance | path

Searched refs:resetNotificationStrategy (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/egl/
DegluGLUtil.cpp85 glu::ResetNotificationStrategy resetNotificationStrategy) in createGLContext() argument
177 if (resetNotificationStrategy != glu::RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED) in createGLContext()
186 if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION) in createGLContext()
188 else if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_LOSE_CONTEXT_ON_RESET) in createGLContext()
DegluGLUtil.hpp49 …glu::ResetNotificationStrategy resetNotificationStrategy = glu::RESET_NOTIFICATION_STRATEGY_NOT_SP…
DegluGLContextFactory.cpp387 …egl, m_eglDisplay, m_eglConfig, config.type, m_eglSharedContext, config.resetNotificationStrategy); in create()
/external/deqp/framework/opengl/
DgluRenderConfig.hpp92 ResetNotificationStrategy resetNotificationStrategy; member
108 , resetNotificationStrategy (RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED) in RenderConfig()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp124 glu::ResetNotificationStrategy resetNotificationStrategy);
315 glu::ResetNotificationStrategy resetNotificationStrategy) in createContext() argument
387 if (resetNotificationStrategy != glu::RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED) in createContext()
391 if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION) in createContext()
393 else if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_LOSE_CONTEXT_ON_RESET) in createContext()
703 … (m_glxVisual.createContext(factory, config.type, sharedContext, config.resetNotificationStrategy)) in GlxRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp407 glu::ResetNotificationStrategy resetNotificationStrategy) in Context() argument
486 if (resetNotificationStrategy != glu::RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED) in Context()
490 if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION) in Context()
492 else if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_LOSE_CONTEXT_ON_RESET) in Context()
DtcuWGL.hpp203 glu::ResetNotificationStrategy resetNotificationStrategy);
DtcuWGLContextFactory.cpp119 …ontext(&wglCore, deviceCtx, sharedCtx, config.type, pixelFormat, config.resetNotificationStrategy); in WGLContext()
/external/deqp/external/openglcts/modules/common/
DglcRobustnessTests.cpp81 renderCfg.resetNotificationStrategy = reset; in createRobustContext()
DglcRobustBufferAccessBehaviorTests.cpp1047 renderCfg.resetNotificationStrategy = reset; in createRobustContext()