Home
last modified time | relevance | path

Searched refs:glfwSetWindowMonitor (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/glfw/tests/
Diconify.c87 glfwSetWindowMonitor(window, NULL, in key_callback()
100 glfwSetWindowMonitor(window, monitor, in key_callback()
/third_party/flutter/glfw/examples/
Dboing.c250 glfwSetWindowMonitor(window, NULL, in key_callback()
262glfwSetWindowMonitor(window, monitor, 0, 0, mode->width, mode->height, mode->refreshRate); in key_callback()
/third_party/flutter/glfw/docs/
Dwindow.dox61 glfwSetWindowMonitor, and full screen ones can be made windowed by unsetting it
80 and monitor with @ref glfwSetWindowMonitor. If you just need change its
117 glfwSetWindowMonitor(window, monitor, 0, 0, mode->width, mode->height, mode->refreshRate);
699 with @ref glfwSetWindowMonitor. When making a window full screen on the same or
706 glfwSetWindowMonitor(window, monitor, 0, 0, mode->width, mode->height, mode->refreshRate);
713 glfwSetWindowMonitor(window, NULL, xpos, ypos, width, height, 0);
Dnews.dox21 @ref glfwSetWindowMonitor.
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h2464 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int…
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2446 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int…
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h2446 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int…
/third_party/flutter/glfw/src/
Dwindow.c734 GLFWAPI void glfwSetWindowMonitor(GLFWwindow* wh, in glfwSetWindowMonitor() function