Searched refs:_glfwPlatformGetVideoMode (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/glfw/src/ |
D | win32_monitor.c | 102 _glfwPlatformGetVideoMode(monitor, ¤t); in _glfwSetVideoModeWin32() 321 _glfwPlatformGetVideoMode(monitor, result); in _glfwPlatformGetVideoModes() 328 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() function
|
D | x11_monitor.c | 113 _glfwPlatformGetVideoMode(monitor, ¤t); in _glfwSetVideoModeX11() 383 _glfwPlatformGetVideoMode(monitor, result); in _glfwPlatformGetVideoModes() 389 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() function
|
D | mir_monitor.c | 154 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() function
|
D | cocoa_monitor.m | 177 _glfwPlatformGetVideoMode(monitor, ¤t); 343 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode *mode) function
|
D | wl_monitor.c | 230 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() function
|
D | win32_window.c | 401 _glfwPlatformGetVideoMode(window->monitor, &mode); in acquireMonitor() 871 _glfwPlatformGetVideoMode(window->monitor, &mode); in createNativeWindow() 1291 _glfwPlatformGetVideoMode(monitor, &mode); in _glfwPlatformSetWindowMonitor()
|
D | monitor.c | 398 _glfwPlatformGetVideoMode(monitor, &monitor->currentMode); in glfwGetVideoMode()
|
D | internal.h | 573 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode);
|
D | mir_window.c | 357 _glfwPlatformGetVideoMode(window->monitor, &mode); in _glfwPlatformCreateWindow()
|
D | cocoa_window.m | 967 _glfwPlatformGetVideoMode(window->monitor, &mode); 1284 _glfwPlatformGetVideoMode(window->monitor, &mode);
|
D | x11_window.c | 892 _glfwPlatformGetVideoMode(window->monitor, &mode); in acquireMonitor()
|