Home
last modified time | relevance | path

Searched refs:glfwGetPrimaryMonitor (Results 1 – 13 of 13) sorted by relevance

/third_party/glfw/tests/
Dgamma.c55 monitor = glfwGetPrimaryMonitor(); in set_gamma()
125 monitor = glfwGetPrimaryMonitor(); in main()
Dmonitors.c96 glfwGetPrimaryMonitor() == monitor ? "primary" : "secondary"); in list_modes()
139 glfwGetPrimaryMonitor(), in test_modes()
Diconify.c94 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback()
255 monitor = glfwGetPrimaryMonitor(); in main()
Dtearing.c149 monitor = glfwGetPrimaryMonitor(); in main()
Devents.c504 monitor = glfwGetPrimaryMonitor(); in main()
/third_party/glfw/docs/
Dmonitor.dox41 The primary monitor is returned by @ref glfwGetPrimaryMonitor. It is the user's
46 GLFWmonitor* primary = glfwGetPrimaryMonitor();
Dmoving.dox131 window to use. The @ref glfwGetPrimaryMonitor function returns the monitor that
143 window = glfwCreateWindow(640, 480, "My Window", glfwGetPrimaryMonitor(), NULL);
Dwindow.dox54 GLFWwindow* window = glfwCreateWindow(640, 480, "My Title", glfwGetPrimaryMonitor(), NULL);
/third_party/glfw/src/
Dmonitor.c315 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void) in glfwGetPrimaryMonitor() function
/third_party/glfw/examples/
Dboing.c256 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback()
Dparticles.c955 monitor = glfwGetPrimaryMonitor(); in main()
/third_party/glfw/include/GLFW/
Dglfw3.h1420 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1412 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);