Home
last modified time | relevance | path

Searched refs:glfwGetVideoMode (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/glfw/tests/
Diconify.c97 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in key_callback()
167 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in create_window()
Dgamma.c136 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main()
Dreopen.c139 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main()
Dtearing.c150 mode = glfwGetVideoMode(monitor); in main()
Devents.c432 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in monitor_callback()
519 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main()
Dmonitors.c88 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in list_modes()
/third_party/flutter/glfw/docs/
Dmonitor.dox115 To get the current video mode of a monitor call @ref glfwGetVideoMode. See the
119 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
Dwindow.dox102 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
115 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
120 Note that @ref glfwGetVideoMode returns the _current_ video mode of a monitor,
704 const GLFWvidmode* mode = glfwGetVideoMode(monitor);
Dmoving.dox279 had poorly defined behavior, has been replaced by @ref glfwGetVideoMode, which
470 | `glfwGetDesktopMode` | @ref glfwGetVideoMode | Returns the current mode of a monit…
/third_party/flutter/glfw/src/
Dmonitor.c391 GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* handle) in glfwGetVideoMode() function
/third_party/flutter/glfw/examples/
Dboing.c259 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in key_callback()
Dparticles.c965 const GLFWvidmode* mode = glfwGetVideoMode(monitor); in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1581 GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* monitor);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1581 GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* monitor);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1589 GLFWAPI const GLFWvidmode* glfwGetVideoMode(GLFWmonitor* monitor);
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc113 auto* primary_monitor_mode = glfwGetVideoMode(primary_monitor); in GetScreenCoordinatesPerInch()