Home
last modified time | relevance | path

Searched refs:glfwCreateWindow (Results 1 – 25 of 53) sorted by relevance

123

/third_party/glfw/docs/
Dcompat.dox103 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
Dcontext.dox21 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/
Dtitle.c55 window = glfwCreateWindow(400, 400, "English 日本語 русский язык 官話", NULL, NULL); in main()
Dtimeout.c65 window = glfwCreateWindow(640, 480, "Event Wait Timeout Test", NULL, NULL); in main()
Dicon.c122 window = glfwCreateWindow(200, 200, "Window Icon", NULL, NULL); in main()
Dclipboard.c121 window = glfwCreateWindow(200, 200, "Clipboard Test", NULL, NULL); in main()
Dempty.c86 window = glfwCreateWindow(640, 480, "Empty Event Test", NULL, NULL); in main()
Dmsaa.c102 window = glfwCreateWindow(800, 400, "Aliasing Detector", NULL, NULL); in main()
Dthreads.c95 threads[i].window = glfwCreateWindow(200, 200, in main()
Dwindows.c126 windows[i] = glfwCreateWindow(200, 200, titles[i], NULL, NULL); in main()
Dreopen.c79 window = glfwCreateWindow(width, height, "Window Re-opener", monitor, NULL); in open_window()
Dgamma.c152 window = glfwCreateWindow(width, height, "Gamma Test", monitor, NULL); in main()
Dsharing.c58 window = glfwCreateWindow(WIDTH, HEIGHT, title, NULL, share); in open_window()
Dtearing.c166 window = glfwCreateWindow(width, height, "", monitor, NULL); in main()
Djoysticks.c187 window = glfwCreateWindow(640, 480, "Joystick Test", NULL, NULL); in main()
Dmonitors.c137 window = glfwCreateWindow(mode->width, mode->height, in test_modes()
Diconify.c183 window = glfwCreateWindow(width, height, "Iconify", monitor, NULL); in create_window()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DAdapterDiscoveryTests.cpp166 glfwCreateWindow(400, 400, "Dawn OpenGL test window", nullptr, nullptr); in TEST()
207 glfwCreateWindow(400, 400, "Dawn OpenGLES test window", nullptr, nullptr); in TEST()
DWindowSurfaceTests.cpp74 mWindow = glfwCreateWindow(400, 400, "WindowSurfaceInstanceTests window", nullptr, nullptr); in CreateWindow()
/third_party/skia/third_party/externals/dawn/src/utils/
DGlfw3Fuchsia.cpp62 GLFWwindow* glfwCreateWindow(int width, in glfwCreateWindow() function
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
Dmain.cpp37 GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+OpenGL2 example", NULL, NULL); in main()
/third_party/glfw/examples/
Dsimple.c89 window = glfwCreateWindow(640, 480, "Simple example", NULL, NULL); in main()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
Dmain.cpp58 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/
Dmain.cpp45 GLFWwindow* window = glfwCreateWindow(1280, 720, "Dear ImGui GLFW+WebGPU example", NULL, NULL); in main()
/third_party/glfw/src/
Dglfw_config.h.in61 // Define this to 1 if glfwCreateWindow should populate the menu bar

123