Home
last modified time | relevance | path

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

/third_party/flutter/glfw/tests/
Dmonitors.c89 const GLFWvidmode* modes = glfwGetVideoModes(monitor, &count); in list_modes()
120 const GLFWvidmode* modes = glfwGetVideoModes(monitor, &count); in test_modes()
/third_party/flutter/glfw/docs/
Dmonitor.dox107 array of the video modes supported by a monitor with @ref glfwGetVideoModes.
112 GLFWvidmode* modes = glfwGetVideoModes(monitor, &count);
Dnews.dox236 @ref glfwGetMonitors, queried with @ref glfwGetVideoModes, @ref
Dmoving.dox276 Video mode enumeration is now per-monitor. The @ref glfwGetVideoModes function
/third_party/flutter/glfw/src/
Dmonitor.c374 GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* handle, int* count) in glfwGetVideoModes() function
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1553 GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* monitor, int* count);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1553 GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* monitor, int* count);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1561 GLFWAPI const GLFWvidmode* glfwGetVideoModes(GLFWmonitor* monitor, int* count);