Home
last modified time | relevance | path

Searched refs:_GLFWmonitor (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/glfw/src/
Dwl_monitor.c52 struct _GLFWmonitor *monitor = data; in geometry()
67 struct _GLFWmonitor *monitor = data; in mode()
91 struct _GLFWmonitor *monitor = data; in done()
100 struct _GLFWmonitor *monitor = data; in scale()
119 _GLFWmonitor *monitor; in _glfwAddOutputWayland()
155 _GLFWmonitor** monitors = _glfw.wl.monitors; in _glfwAddOutputWayland()
158 monitors = realloc(monitors, size * sizeof(_GLFWmonitor*)); in _glfwAddOutputWayland()
172 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) in _glfwPlatformGetMonitors()
174 _GLFWmonitor** monitors; in _glfwPlatformGetMonitors()
175 _GLFWmonitor* monitor; in _glfwPlatformGetMonitors()
[all …]
Dmonitor.c63 static GLFWbool refreshVideoModes(_GLFWmonitor* monitor) in refreshVideoModes()
92 _GLFWmonitor** monitors = _glfw.monitors; in _glfwInputMonitorChange()
165 void _glfwInputMonitorWindowChange(_GLFWmonitor* monitor, _GLFWwindow* window) in _glfwInputMonitorWindowChange()
175 _GLFWmonitor* _glfwAllocMonitor(const char* name, int widthMM, int heightMM) in _glfwAllocMonitor()
177 _GLFWmonitor* monitor = calloc(1, sizeof(_GLFWmonitor)); in _glfwAllocMonitor()
185 void _glfwFreeMonitor(_GLFWmonitor* monitor) in _glfwFreeMonitor()
215 void _glfwFreeMonitors(_GLFWmonitor** monitors, int count) in _glfwFreeMonitors()
225 const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor, in _glfwChooseVideoMode()
327 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMonitorPos()
342 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMonitorPhysicalSize()
[all …]
Dmir_monitor.c36 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) in _glfwPlatformGetMonitors()
39 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors()
55 monitors = realloc(monitors, sizeof(_GLFWmonitor*) * found); in _glfwPlatformGetMonitors()
76 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) in _glfwPlatformIsSameMonitor()
81 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos()
122 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found) in _glfwPlatformGetVideoModes()
154 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwPlatformGetVideoMode()
159 void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwPlatformGetGammaRamp()
165 void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwPlatformSetGammaRamp()
178 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMirMonitor()
Dwin32_monitor.c38 static _GLFWmonitor* createMonitor(DISPLAY_DEVICEW* adapter, in createMonitor()
41 _GLFWmonitor* monitor; in createMonitor()
95 GLFWbool _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeWin32()
134 void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor) in _glfwRestoreVideoModeWin32()
149 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) in _glfwPlatformGetMonitors()
155 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors()
208 monitors = realloc(monitors, sizeof(_GLFWmonitor*) * found); in _glfwPlatformGetMonitors()
215 monitors = realloc(monitors, sizeof(_GLFWmonitor*) * found); in _glfwPlatformGetMonitors()
226 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) in _glfwPlatformIsSameMonitor()
234 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos()
[all …]
Dinternal.h59 typedef struct _GLFWmonitor _GLFWmonitor; typedef
357 _GLFWmonitor* monitor;
398 struct _GLFWmonitor struct
444 _GLFWmonitor** monitors;
549 _GLFWmonitor** _glfwPlatformGetMonitors(int* count);
559 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second);
564 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos);
569 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count);
573 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode);
578 void _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp);
[all …]
Dx11_monitor.c100 GLFWbool _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeX11()
167 void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor) in _glfwRestoreVideoModeX11()
201 _GLFWmonitor** _glfwPlatformGetMonitors(int* count) in _glfwPlatformGetMonitors()
204 _GLFWmonitor** monitors = NULL; in _glfwPlatformGetMonitors()
217 monitors = calloc(sr->noutput, sizeof(_GLFWmonitor*)); in _glfwPlatformGetMonitors()
230 _GLFWmonitor* monitor; in _glfwPlatformGetMonitors()
296 monitors = calloc(1, sizeof(_GLFWmonitor*)); in _glfwPlatformGetMonitors()
309 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second) in _glfwPlatformIsSameMonitor()
314 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwPlatformGetMonitorPos()
334 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count) in _glfwPlatformGetVideoModes()
[all …]
Dcocoa_monitor.m167 GLFWbool _glfwSetVideoModeNS(_GLFWmonitor* monitor, const GLFWvidmode* desired)
225 void _glfwRestoreVideoModeNS(_GLFWmonitor* monitor)
244 _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
247 _GLFWmonitor** monitors;
254 monitors = calloc(displayCount, sizeof(_GLFWmonitor*));
260 _GLFWmonitor* monitor;
284 GLFWbool _glfwPlatformIsSameMonitor(_GLFWmonitor* first, _GLFWmonitor* second)
291 void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos)
301 GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* count)
343 void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode *mode)
[all …]
Dcocoa_platform.h147 GLFWbool _glfwSetVideoModeNS(_GLFWmonitor* monitor, const GLFWvidmode* desired);
148 void _glfwRestoreVideoModeNS(_GLFWmonitor* monitor);
Dwl_platform.h97 _GLFWmonitor** monitors;
128 _GLFWmonitor** monitors;
Dx11_platform.h282 GLFWbool _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desired);
283 void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor);
Dwin32_platform.h347 GLFWbool _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* desired);
348 void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor);
Dwl_window.c136 _GLFWmonitor* monitor = wl_output_get_user_data(output); in handleEnter()
143 window->wl.monitorsSize * sizeof(_GLFWmonitor*)); in handleEnter()
156 _GLFWmonitor* monitor = wl_output_get_user_data(output); in handleLeave()
420 window->wl.monitors = calloc(1, sizeof(_GLFWmonitor*)); in _glfwPlatformCreateWindow()
596 _GLFWmonitor* monitor, in _glfwPlatformSetWindowMonitor()
Dinit.c161 _GLFWmonitor* monitor = _glfw.monitors[i]; in glfwTerminate()
Dwindow.c109 void _glfwInputWindowMonitorChange(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitorChange()
176 window->monitor = (_GLFWmonitor*) monitor; in glfwCreateWindow()
741 _GLFWmonitor* monitor = (_GLFWmonitor*) mh; in glfwSetWindowMonitor()
Dmir_window.c521 _GLFWmonitor* monitor, in _glfwPlatformSetWindowMonitor()
Dwl_init.c581 _glfw.wl.monitors = calloc(4, sizeof(_GLFWmonitor*)); in _glfwPlatformInit()
Dwin32_window.c1245 _GLFWmonitor* monitor, in _glfwPlatformSetWindowMonitor()
Dx11_window.c1962 _GLFWmonitor* monitor, in _glfwPlatformSetWindowMonitor()
Dcocoa_window.m1243 _GLFWmonitor* monitor,