Home
last modified time | relevance | path

Searched refs:resetStrategy (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_context.c79 int resetStrategy = WGL_NO_RESET_NOTIFICATION_ARB; in wglCreateContextAttribsARB() local
106 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()
Dstw_context.h56 int iPixelFormat, int resetStrategy);
Dstw_context.c170 int iPixelFormat, int resetStrategy) in stw_create_context_attribs() argument
231 if (resetStrategy != WGL_NO_RESET_NOTIFICATION_ARB) in stw_create_context_attribs()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLRobustnessTest.cpp86 void createContext(EGLint resetStrategy) in createContext() argument
90 resetStrategy, EGL_NONE}; in createContext()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLRobustnessTest.cpp103 void createContext(EGLint resetStrategy) in createContext() argument
107 resetStrategy, EGL_NONE}; in createContext()
/third_party/flutter/skia/third_party/externals/angle2/util/
DEGLWindow.cpp35 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()
DEGLWindow.h58 EGLenum resetStrategy; member
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c435 unsigned resetStrategy = WGL_NO_RESET_NOTIFICATION_ARB; in wgl_create_context() local
437 resetStrategy = WGL_LOSE_CONTEXT_ON_RESET_ARB; in wgl_create_context()
444 resetStrategy); in wgl_create_context()
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.cpp40 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()
DEGLWindow.h59 EGLenum resetStrategy; member
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp1155 void ANGLETestBase::setContextResetStrategy(EGLenum resetStrategy) in setContextResetStrategy() argument
1157 mFixture->configParams.resetStrategy = resetStrategy; in setContextResetStrategy()
DANGLETest.h374 void setContextResetStrategy(EGLenum resetStrategy);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DANGLETest.cpp1416 void ANGLETestBase::setContextResetStrategy(EGLenum resetStrategy) in setContextResetStrategy() argument
1418 mFixture->configParams.resetStrategy = resetStrategy; in setContextResetStrategy()
DANGLETest.h472 void setContextResetStrategy(EGLenum resetStrategy);