Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderConfig.hpp92 ResetNotificationStrategy resetNotificationStrategy; member
108 , resetNotificationStrategy (RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED) in RenderConfig()
/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/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp129 glu::ResetNotificationStrategy resetNotificationStrategy);
326 glu::ResetNotificationStrategy resetNotificationStrategy) in createContext() argument
398 if (resetNotificationStrategy != glu::RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED) in createContext()
402 if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION) in createContext()
404 else if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_LOSE_CONTEXT_ON_RESET) in createContext()
714 … (m_glxVisual.createContext(factory, config.type, sharedContext, config.resetNotificationStrategy)) in GlxRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp426 glu::ResetNotificationStrategy resetNotificationStrategy) in Context() argument
505 if (resetNotificationStrategy != glu::RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED) in Context()
509 if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_NO_RESET_NOTIFICATION) in Context()
511 else if (resetNotificationStrategy == glu::RESET_NOTIFICATION_STRATEGY_LOSE_CONTEXT_ON_RESET) in Context()
DtcuWGL.hpp207 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()