Home
last modified time | relevance | path

Searched refs:glfwDestroyWindow (Results 1 – 25 of 33) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc39 UniqueGLFWwindowPtr window = UniqueGLFWwindowPtr(nullptr, glfwDestroyWindow);
43 UniqueGLFWwindowPtr(nullptr, glfwDestroyWindow);
105 return UniqueGLFWwindowPtr(share_window, glfwDestroyWindow); in CreateShareWindowForWindow()
475 glfwDestroyWindow); in FlutterDesktopCreateWindow()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DAdapterDiscoveryTests.cpp184 glfwDestroyWindow(window); in TEST()
225 glfwDestroyWindow(window); in TEST()
DWindowSurfaceTests.cpp60 glfwDestroyWindow(mWindow); in TearDown()
DSwapChainTests.cpp65 glfwDestroyWindow(window); in TearDown()
DSwapChainValidationTests.cpp61 glfwDestroyWindow(window); in TearDown()
/third_party/flutter/glfw/tests/
Dtimeout.c92 glfwDestroyWindow(window); in main()
Dicon.c144 glfwDestroyWindow(window); in main()
Dempty.c126 glfwDestroyWindow(window); in main()
Dreopen.c109 glfwDestroyWindow(window); in close_window()
Dmonitors.c197 glfwDestroyWindow(window); in test_modes()
Dcursor.c306 glfwDestroyWindow(window); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
Dmain.cpp144 glfwDestroyWindow(window); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
Dmain.cpp155 glfwDestroyWindow(window); in main()
/third_party/flutter/glfw/src/
Dinit.c154 glfwDestroyWindow((GLFWwindow*) _glfw.windowListHead); in glfwTerminate()
Dwindow.c199 glfwDestroyWindow((GLFWwindow*) window); in glfwCreateWindow()
211 glfwDestroyWindow((GLFWwindow*) window); in glfwCreateWindow()
376 GLFWAPI void glfwDestroyWindow(GLFWwindow* handle) in glfwDestroyWindow() function
/third_party/flutter/glfw/examples/
Dsimple.c157 glfwDestroyWindow(window); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
Dmain.cpp190 glfwDestroyWindow(window); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
Dmain.cpp168 glfwDestroyWindow(window); in main()
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
Dmain.cpp56 glfwDestroyWindow(window); in main()
/third_party/flutter/glfw/docs/
Dmoving.dox216 not been destroyed, whether through @ref glfwDestroyWindow or @ref
247 event processing completes. You may however not call @ref glfwDestroyWindow
427 destroys all windows not already destroyed with @ref glfwDestroyWindow,
459 | `glfwCloseWindow` | @ref glfwDestroyWindow | |
/third_party/skia/third_party/externals/dawn/examples/
DManualSwapChainTest.cpp345 glfwDestroyWindow(window); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
Dmain.mm168 glfwDestroyWindow(window);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1852 GLFWAPI void glfwDestroyWindow(GLFWwindow* window);
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp500 glfwDestroyWindow(window); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1852 GLFWAPI void glfwDestroyWindow(GLFWwindow* window);

12