/third_party/glfw/docs/ |
D | compat.dox | 103 glfwCreateWindow to fail. 109 @ref glfwCreateWindow to fail. 146 glfwCreateWindow to fail. 151 @ref glfwCreateWindow to fail. 173 `GLFW_CONTEXT_VERSION_MINOR` hints will cause @ref glfwCreateWindow to fail if 182 a non-default value will cause @ref glfwCreateWindow to fail and the
|
D | context.dox | 21 context. It is created with @ref glfwCreateWindow and destroyed with @ref 47 glfwCreateWindow, you can specify another window whose context the new one 51 GLFWwindow* second_window = glfwCreateWindow(640, 480, "Second Window", NULL, first_window); 76 GLFWwindow* offscreen_context = glfwCreateWindow(640, 480, "", NULL, NULL); 198 window = glfwCreateWindow(640, 480, "My Window", NULL, NULL);
|
/third_party/glfw/tests/ |
D | title.c | 55 window = glfwCreateWindow(400, 400, "English 日本語 русский язык 官話", NULL, NULL); in main()
|
D | timeout.c | 65 window = glfwCreateWindow(640, 480, "Event Wait Timeout Test", NULL, NULL); in main()
|
D | icon.c | 122 window = glfwCreateWindow(200, 200, "Window Icon", NULL, NULL); in main()
|
D | clipboard.c | 121 window = glfwCreateWindow(200, 200, "Clipboard Test", NULL, NULL); in main()
|
D | empty.c | 86 window = glfwCreateWindow(640, 480, "Empty Event Test", NULL, NULL); in main()
|
D | msaa.c | 102 window = glfwCreateWindow(800, 400, "Aliasing Detector", NULL, NULL); in main()
|
D | threads.c | 95 threads[i].window = glfwCreateWindow(200, 200, in main()
|
D | windows.c | 126 windows[i] = glfwCreateWindow(200, 200, titles[i], NULL, NULL); in main()
|
D | reopen.c | 79 window = glfwCreateWindow(width, height, "Window Re-opener", monitor, NULL); in open_window()
|
D | gamma.c | 152 window = glfwCreateWindow(width, height, "Gamma Test", monitor, NULL); in main()
|
D | sharing.c | 58 window = glfwCreateWindow(WIDTH, HEIGHT, title, NULL, share); in open_window()
|
D | tearing.c | 166 window = glfwCreateWindow(width, height, "", monitor, NULL); in main()
|
D | joysticks.c | 187 window = glfwCreateWindow(640, 480, "Joystick Test", NULL, NULL); in main()
|
D | monitors.c | 137 window = glfwCreateWindow(mode->width, mode->height, in test_modes()
|
D | iconify.c | 183 window = glfwCreateWindow(width, height, "Iconify", monitor, NULL); in create_window()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | AdapterDiscoveryTests.cpp | 166 glfwCreateWindow(400, 400, "Dawn OpenGL test window", nullptr, nullptr); in TEST() 207 glfwCreateWindow(400, 400, "Dawn OpenGLES test window", nullptr, nullptr); in TEST()
|
D | WindowSurfaceTests.cpp | 74 mWindow = glfwCreateWindow(400, 400, "WindowSurfaceInstanceTests window", nullptr, nullptr); in CreateWindow()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | Glfw3Fuchsia.cpp | 62 GLFWwindow* glfwCreateWindow(int width, in glfwCreateWindow() function
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/ |
D | main.cpp | 37 GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+OpenGL2 example", NULL, NULL); in main()
|
/third_party/glfw/examples/ |
D | simple.c | 89 window = glfwCreateWindow(640, 480, "Simple example", NULL, NULL); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/ |
D | main.cpp | 58 GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+OpenGL3 example", NULL, NULL); in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
D | main.cpp | 45 GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+WebGPU example", NULL, NULL); in main()
|
/third_party/glfw/src/ |
D | glfw_config.h.in | 61 // Define this to 1 if glfwCreateWindow should populate the menu bar
|