Home
last modified time | relevance | path

Searched defs:monitor (Results 1 – 25 of 39) sorted by relevance

12

/third_party/glfw/src/
Dwl_monitor.c52 struct _GLFWmonitor* monitor = userData; in outputHandleGeometry() local
70 struct _GLFWmonitor* monitor = userData; in outputHandleMode() local
91 struct _GLFWmonitor* monitor = userData; in outputHandleDone() local
114 struct _GLFWmonitor* monitor = userData; in outputHandleScale() local
134 struct _GLFWmonitor* monitor = userData; in outputHandleName() local
179 _GLFWmonitor* monitor = _glfwAllocMonitor("", 0, 0); in _glfwAddOutputWayland() local
193 void _glfwFreeMonitorWayland(_GLFWmonitor* monitor) in _glfwFreeMonitorWayland()
199 void _glfwGetMonitorPosWayland(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosWayland()
207 void _glfwGetMonitorContentScaleWayland(_GLFWmonitor* monitor, in _glfwGetMonitorContentScaleWayland()
216 void _glfwGetMonitorWorkareaWayland(_GLFWmonitor* monitor, in _glfwGetMonitorWorkareaWayland()
[all …]
Dnull_monitor.c56 _GLFWmonitor* monitor = _glfwAllocMonitor("Null SuperNoop 0", in _glfwPollMonitorsNull() local
66 void _glfwFreeMonitorNull(_GLFWmonitor* monitor) in _glfwFreeMonitorNull()
71 void _glfwGetMonitorPosNull(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosNull()
79 void _glfwGetMonitorContentScaleNull(_GLFWmonitor* monitor, in _glfwGetMonitorContentScaleNull()
88 void _glfwGetMonitorWorkareaNull(_GLFWmonitor* monitor, in _glfwGetMonitorWorkareaNull()
104 GLFWvidmode* _glfwGetVideoModesNull(_GLFWmonitor* monitor, int* found) in _glfwGetVideoModesNull()
112 GLFWbool _glfwGetVideoModeNull(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwGetVideoModeNull()
118 GLFWbool _glfwGetGammaRampNull(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampNull()
147 void _glfwSetGammaRampNull(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) in _glfwSetGammaRampNull()
Dwin32_monitor.c52 _GLFWmonitor* monitor = (_GLFWmonitor*) data; in monitorCallback() local
65 _GLFWmonitor* monitor; in createMonitor() local
143 _GLFWmonitor* monitor; in _glfwPollMonitorsWin32() local
249 void _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeWin32()
307 void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor) in _glfwRestoreVideoModeWin32()
353 void _glfwFreeMonitorWin32(_GLFWmonitor* monitor) in _glfwFreeMonitorWin32()
357 void _glfwGetMonitorPosWin32(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosWin32()
374 void _glfwGetMonitorContentScaleWin32(_GLFWmonitor* monitor, in _glfwGetMonitorContentScaleWin32()
380 void _glfwGetMonitorWorkareaWin32(_GLFWmonitor* monitor, in _glfwGetMonitorWorkareaWin32()
397 GLFWvidmode* _glfwGetVideoModesWin32(_GLFWmonitor* monitor, int* count) in _glfwGetVideoModesWin32()
[all …]
Dmonitor.c67 static GLFWbool refreshVideoModes(_GLFWmonitor* monitor) in refreshVideoModes()
95 void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement) in _glfwInputMonitor()
158 void _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window) in _glfwInputMonitorWindow()
173 _GLFWmonitor* monitor = _glfw_calloc(1, sizeof(_GLFWmonitor)); in _glfwAllocMonitor() local
184 void _glfwFreeMonitor(_GLFWmonitor* monitor) in _glfwFreeMonitor()
221 const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor, in _glfwChooseVideoMode()
335 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMonitorPos() local
356 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMonitorWorkarea() local
371 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMonitorPhysicalSize() local
390 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; in glfwGetMonitorContentScale() local
[all …]
Dx11_monitor.c175 _GLFWmonitor* monitor = _glfwAllocMonitor(oi->name, widthMM, heightMM); in _glfwPollMonitorsX11() local
228 void _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeX11()
282 void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor) in _glfwRestoreVideoModeX11()
314 void _glfwFreeMonitorX11(_GLFWmonitor* monitor) in _glfwFreeMonitorX11()
318 void _glfwGetMonitorPosX11(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosX11()
340 void _glfwGetMonitorContentScaleX11(_GLFWmonitor* monitor, in _glfwGetMonitorContentScaleX11()
349 void _glfwGetMonitorWorkareaX11(_GLFWmonitor* monitor, in _glfwGetMonitorWorkareaX11()
443 GLFWvidmode* _glfwGetVideoModesX11(_GLFWmonitor* monitor, int* count) in _glfwGetVideoModesX11()
495 GLFWbool _glfwGetVideoModeX11(_GLFWmonitor* monitor, GLFWvidmode* mode) in _glfwGetVideoModeX11()
534 GLFWbool _glfwGetGammaRampX11(_GLFWmonitor* monitor, GLFWgammaramp* ramp) in _glfwGetGammaRampX11()
[all …]
Dwindow.c170 void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitor()
182 GLFWmonitor* monitor, in glfwCreateWindow()
1011 _GLFWmonitor* monitor = (_GLFWmonitor*) mh; in glfwSetWindowMonitor() local
Dwl_init.c219 _GLFWmonitor* monitor = _glfw.monitors[i]; in registryHandleGlobalRemove() local
Dinit.c108 _GLFWmonitor* monitor = _glfw.monitors[i]; in terminate() local
/third_party/cJSON/tests/
Dreadme_examples.c60 cJSON *monitor = cJSON_CreateObject(); in create_monitor() local
128 cJSON *monitor = cJSON_CreateObject(); in create_monitor_with_helpers() local
169 static int supports_full_hd(const char * const monitor) in supports_full_hd()
219 char *monitor = create_monitor(); in create_monitor_should_create_a_monitor() local
228 char *monitor = create_monitor_with_helpers(); in create_monitor_with_helpers_should_create_a_monitor() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_monitor.c200 struct iris_monitor_object *monitor = in iris_create_monitor_object() local
246 struct iris_monitor_object *monitor) in iris_destroy_monitor_object()
260 struct iris_monitor_object *monitor) in iris_begin_monitor()
270 struct iris_monitor_object *monitor) in iris_end_monitor()
281 struct iris_monitor_object *monitor, in iris_get_monitor_result()
/third_party/glfw/tests/
Diconify.c107 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local
165 static GLFWwindow* create_window(GLFWmonitor* monitor) in create_window()
251 GLFWmonitor* monitor = NULL; in main() local
Dmonitors.c95 static void list_modes(GLFWmonitor* monitor) in list_modes()
134 static void test_modes(GLFWmonitor* monitor) in test_modes()
Dgamma.c90 GLFWmonitor* monitor = NULL; in main() local
Dreopen.c121 GLFWmonitor* monitor = NULL; in main() local
Devents.c479 static void monitor_callback(GLFWmonitor* monitor, int event) in monitor_callback()
548 GLFWmonitor* monitor = NULL; in main() local
Dtearing.c142 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local
Dwindow.c143 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in main() local
Dinputlag.c160 GLFWmonitor* monitor = NULL; in main() local
Dcursor.c312 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c347 struct crocus_monitor_object *monitor = in crocus_create_monitor_object() local
393 struct crocus_monitor_object *monitor) in crocus_destroy_monitor_object()
407 struct crocus_monitor_object *monitor) in crocus_begin_monitor()
417 struct crocus_monitor_object *monitor) in crocus_end_monitor()
428 struct crocus_monitor_object *monitor, in crocus_get_monitor_result()
/third_party/pulseaudio/src/modules/
Dmodule-systemd-login.c59 sd_login_monitor *monitor; member
176 sd_login_monitor *monitor = NULL; in pa__init() local
Dreserve-wrap.c59 struct rm_monitor *monitor; member
/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c798 _mesa_SelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, in _mesa_SelectPerfMonitorCountersAMD()
876 _mesa_BeginPerfMonitorAMD(GLuint monitor) in _mesa_BeginPerfMonitorAMD()
910 _mesa_EndPerfMonitorAMD(GLuint monitor) in _mesa_EndPerfMonitorAMD()
960 _mesa_GetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, in _mesa_GetPerfMonitorCounterDataAMD()
/third_party/skia/third_party/externals/dawn/src/utils/
DGlfw3Fuchsia.cpp65 GLFWmonitor* monitor, in glfwCreateWindow()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferDD.cpp25 …layCallback(GUID* guid, char *driverDescription, char *driverName, void *context, HMONITOR monitor) in enumDisplayCallback()

12