Home
last modified time | relevance | path

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

/third_party/flutter/glfw/tests/
Dgamma.c55 monitor = glfwGetPrimaryMonitor(); in set_gamma()
125 monitor = glfwGetPrimaryMonitor(); in main()
Diconify.c94 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback()
255 monitor = glfwGetPrimaryMonitor(); in main()
Dmonitors.c96 glfwGetPrimaryMonitor() == monitor ? "primary" : "secondary"); in list_modes()
139 glfwGetPrimaryMonitor(), in test_modes()
Dtearing.c149 monitor = glfwGetPrimaryMonitor(); in main()
Devents.c504 monitor = glfwGetPrimaryMonitor(); in main()
/third_party/flutter/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/flutter/glfw/src/
Dmonitor.c315 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void) in glfwGetPrimaryMonitor() function
/third_party/flutter/glfw/examples/
Dboing.c256 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback()
Dparticles.c955 monitor = glfwGetPrimaryMonitor(); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1412 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1412 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1420 GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void);
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc112 auto* primary_monitor = glfwGetPrimaryMonitor(); in GetScreenCoordinatesPerInch()