Home
last modified time | relevance | path

Searched refs:glfwMakeContextCurrent (Results 1 – 25 of 44) sorted by relevance

12

/third_party/flutter/glfw/tests/
Dsharing.c62 glfwMakeContextCurrent(window); in open_window()
161 glfwMakeContextCurrent(windows[0]); in main()
163 glfwMakeContextCurrent(windows[1]); in main()
166 glfwMakeContextCurrent(windows[0]); in main()
171 glfwMakeContextCurrent(windows[0]); in main()
174 glfwMakeContextCurrent(windows[1]); in main()
Dthreads.c59 glfwMakeContextCurrent(thread->window); in thread_main()
71 glfwMakeContextCurrent(NULL); in thread_main()
108 glfwMakeContextCurrent(threads[0].window); in main()
110 glfwMakeContextCurrent(NULL); in main()
Dwindows.c135 glfwMakeContextCurrent(windows[i]); in main()
152 glfwMakeContextCurrent(windows[i]); in main()
Diconify.c145 glfwMakeContextCurrent(window); in window_refresh_callback()
190 glfwMakeContextCurrent(window); in create_window()
Dtitle.c62 glfwMakeContextCurrent(window); in main()
Dtimeout.c72 glfwMakeContextCurrent(window); in main()
Dicon.c131 glfwMakeContextCurrent(window); in main()
Dclipboard.c130 glfwMakeContextCurrent(window); in main()
Dempty.c93 glfwMakeContextCurrent(window); in main()
Dmsaa.c112 glfwMakeContextCurrent(window); in main()
Dreopen.c83 glfwMakeContextCurrent(window); in open_window()
Dgamma.c161 glfwMakeContextCurrent(window); in main()
Dtearing.c173 glfwMakeContextCurrent(window); in main()
Devents.c307 glfwMakeContextCurrent(window); in window_refresh_callback()
592 glfwMakeContextCurrent(slots[i].window); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
Dmain.cpp66 glfwMakeContextCurrent(window); in main()
174 glfwMakeContextCurrent(window); in main()
181 glfwMakeContextCurrent(window); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
Dmain.cpp36 glfwMakeContextCurrent(window); in main()
135 glfwMakeContextCurrent(window); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
Dmain.cpp40 glfwMakeContextCurrent(window); in main()
146 glfwMakeContextCurrent(window); in main()
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc347 glfwMakeContextCurrent(window); in GLFWMakeContextCurrent()
353 glfwMakeContextCurrent(GetSavedWindowState(window)->resource_window.get()); in GLFWMakeResourceContextCurrent()
358 glfwMakeContextCurrent(nullptr); in GLFWClearContext()
381 glfwMakeContextCurrent(window); in GLFWClearCanvas()
387 glfwMakeContextCurrent(nullptr); in GLFWClearCanvas()
/third_party/flutter/glfw/src/
Dwindow.c193 glfwMakeContextCurrent(NULL); in glfwCreateWindow()
198 glfwMakeContextCurrent((GLFWwindow*) previous); in glfwCreateWindow()
210 glfwMakeContextCurrent((GLFWwindow*) previous); in glfwCreateWindow()
216 glfwMakeContextCurrent((GLFWwindow*) previous); in glfwCreateWindow()
392 glfwMakeContextCurrent(NULL); in glfwDestroyWindow()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DAdapterDiscoveryTests.cpp167 glfwMakeContextCurrent(window); in TEST()
208 glfwMakeContextCurrent(window); in TEST()
/third_party/flutter/skia/third_party/externals/dawn/src/utils/
DBackendBinding.cpp66 glfwMakeContextCurrent(window); in DiscoverAdapter()
/third_party/skia/third_party/externals/dawn/src/utils/
DBackendBinding.cpp55 glfwMakeContextCurrent(window); in DiscoverAdapter()
/third_party/flutter/glfw/examples/
Dsimple.c98 glfwMakeContextCurrent(window); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
Dmain.cpp61 glfwMakeContextCurrent(window); in main()
/third_party/flutter/glfw/docs/
Dcontext.dox97 contexts must not be passed to @ref glfwMakeContextCurrent or @ref
107 The context of a window is made current with @ref glfwMakeContextCurrent.
110 glfwMakeContextCurrent(window);
204 glfwMakeContextCurrent(window);

12