Home
last modified time | relevance | path

Searched refs:GLFW_LOSE_CONTEXT_ON_RESET (Results 1 - 7 of 7) sorted by relevance

/third_party/glfw/src/
H A Dcontext.c157 ctxconfig->robustness != GLFW_LOSE_CONTEXT_ON_RESET) in _glfwIsValidContextConfig()
533 window->context.robustness = GLFW_LOSE_CONTEXT_ON_RESET; in _glfwRefreshContextAttribs()
551 window->context.robustness = GLFW_LOSE_CONTEXT_ON_RESET; in _glfwRefreshContextAttribs()
H A Dwgl_context.c643 else if (ctxconfig->robustness == GLFW_LOSE_CONTEXT_ON_RESET) in _glfwCreateContextWGL()
H A Dglx_context.c534 else if (ctxconfig->robustness == GLFW_LOSE_CONTEXT_ON_RESET) in _glfwCreateContextGLX()
H A Degl_context.c642 else if (ctxconfig->robustness == GLFW_LOSE_CONTEXT_ON_RESET) in _glfwCreateContextEGL()
/third_party/glfw/tests/
H A Dglfwinfo.c217 if (strategy == GLFW_LOSE_CONTEXT_ON_RESET) in get_strategy_name_glfw()
537 context_robustness = GLFW_LOSE_CONTEXT_ON_RESET; in main()
767 if (glfwGetWindowAttrib(window, GLFW_CONTEXT_ROBUSTNESS) == GLFW_LOSE_CONTEXT_ON_RESET) in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h665 #define GLFW_LOSE_CONTEXT_ON_RESET 0x00031002 macro
/third_party/glfw/include/GLFW/
H A Dglfw3.h1146 #define GLFW_LOSE_CONTEXT_ON_RESET 0x00031002 macro

Completed in 21 milliseconds