Home
last modified time | relevance | path

Searched refs:_glfwPlatformGetVideoMode (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/glfw/src/
Dwin32_monitor.c102 _glfwPlatformGetVideoMode(monitor, &current); in _glfwSetVideoModeWin32()
321 _glfwPlatformGetVideoMode(monitor, result); in _glfwPlatformGetVideoModes()
328 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() function
Dx11_monitor.c113 _glfwPlatformGetVideoMode(monitor, &current); in _glfwSetVideoModeX11()
383 _glfwPlatformGetVideoMode(monitor, result); in _glfwPlatformGetVideoModes()
389 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() function
Dmir_monitor.c154 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() function
Dcocoa_monitor.m177 _glfwPlatformGetVideoMode(monitor, &current);
343 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode *mode) function
Dwl_monitor.c230 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode() function
Dwin32_window.c401 _glfwPlatformGetVideoMode(window->monitor, &mode); in acquireMonitor()
871 _glfwPlatformGetVideoMode(window->monitor, &mode); in createNativeWindow()
1291 _glfwPlatformGetVideoMode(monitor, &mode); in _glfwPlatformSetWindowMonitor()
Dmonitor.c398 _glfwPlatformGetVideoMode(monitor, &monitor->currentMode); in glfwGetVideoMode()
Dinternal.h573 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode);
Dmir_window.c357 _glfwPlatformGetVideoMode(window->monitor, &mode); in _glfwPlatformCreateWindow()
Dcocoa_window.m967 _glfwPlatformGetVideoMode(window->monitor, &mode);
1284 _glfwPlatformGetVideoMode(window->monitor, &mode);
Dx11_window.c892 _glfwPlatformGetVideoMode(window->monitor, &mode); in acquireMonitor()