Searched refs:resetNotificationStrategy (Results 1 – 10 of 10) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluRenderConfig.hpp | 92 ResetNotificationStrategy resetNotificationStrategy; member 108 , resetNotificationStrategy (RESET_NOTIFICATION_STRATEGY_NOT_SPECIFIED) in RenderConfig()
|
/external/deqp/framework/egl/ |
D | egluGLUtil.cpp | 85 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()
|
D | egluGLUtil.hpp | 49 …glu::ResetNotificationStrategy resetNotificationStrategy = glu::RESET_NOTIFICATION_STRATEGY_NOT_SP…
|
D | egluGLContextFactory.cpp | 387 …egl, m_eglDisplay, m_eglConfig, config.type, m_eglSharedContext, config.resetNotificationStrategy); in create()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 129 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/ |
D | tcuWGL.cpp | 426 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()
|
D | tcuWGL.hpp | 207 glu::ResetNotificationStrategy resetNotificationStrategy);
|
D | tcuWGLContextFactory.cpp | 119 …ontext(&wglCore, deviceCtx, sharedCtx, config.type, pixelFormat, config.resetNotificationStrategy); in WGLContext()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcRobustnessTests.cpp | 81 renderCfg.resetNotificationStrategy = reset; in createRobustContext()
|
D | glcRobustBufferAccessBehaviorTests.cpp | 1047 renderCfg.resetNotificationStrategy = reset; in createRobustContext()
|