Searched refs:resetStrategy (Results 1 – 14 of 14) sorted by relevance
79 int resetStrategy = WGL_NO_RESET_NOTIFICATION_ARB; in wglCreateContextAttribsARB() local106 resetStrategy = attribList[++i]; in wglCreateContextAttribsARB()158 if (resetStrategy != WGL_NO_RESET_NOTIFICATION_ARB && in wglCreateContextAttribsARB()159 resetStrategy != WGL_LOSE_CONTEXT_ON_RESET_ARB) { in wglCreateContextAttribsARB()216 resetStrategy); in wglCreateContextAttribsARB()
56 int iPixelFormat, int resetStrategy);
170 int iPixelFormat, int resetStrategy) in stw_create_context_attribs() argument231 if (resetStrategy != WGL_NO_RESET_NOTIFICATION_ARB) in stw_create_context_attribs()
86 void createContext(EGLint resetStrategy) in createContext() argument90 resetStrategy, EGL_NONE}; in createContext()
103 void createContext(EGLint resetStrategy) in createContext() argument107 resetStrategy, EGL_NONE}; in createContext()
35 resetStrategy(EGL_NO_RESET_NOTIFICATION_EXT) in ConfigParameters()316 mConfigParams.resetStrategy != EGL_NO_RESET_NOTIFICATION_EXT) && in createContext()402 contextAttributes.push_back(mConfigParams.resetStrategy); in createContext()
58 EGLenum resetStrategy; member
435 unsigned resetStrategy = WGL_NO_RESET_NOTIFICATION_ARB; in wgl_create_context() local437 resetStrategy = WGL_LOSE_CONTEXT_ON_RESET_ARB; in wgl_create_context()444 resetStrategy); in wgl_create_context()
40 resetStrategy(EGL_NO_RESET_NOTIFICATION_EXT), in ConfigParameters()558 mConfigParams.resetStrategy != EGL_NO_RESET_NOTIFICATION_EXT) && in createContext()657 contextAttributes.push_back(mConfigParams.resetStrategy); in createContext()
59 EGLenum resetStrategy; member
1155 void ANGLETestBase::setContextResetStrategy(EGLenum resetStrategy) in setContextResetStrategy() argument1157 mFixture->configParams.resetStrategy = resetStrategy; in setContextResetStrategy()
374 void setContextResetStrategy(EGLenum resetStrategy);
1416 void ANGLETestBase::setContextResetStrategy(EGLenum resetStrategy) in setContextResetStrategy() argument1418 mFixture->configParams.resetStrategy = resetStrategy; in setContextResetStrategy()
472 void setContextResetStrategy(EGLenum resetStrategy);