Home
last modified time | relevance | path

Searched defs:monitor (Results 1 - 25 of 41) sorted by relevance

12

/third_party/glfw/src/
H A Dnull_monitor.c56 _GLFWmonitor* monitor = _glfwAllocMonitor("Null SuperNoop 0", in _glfwPollMonitorsNull() local
66 void _glfwFreeMonitorNull(_GLFWmonitor* monitor) in _glfwFreeMonitorNull() argument
71 void _glfwGetMonitorPosNull(_GLFWmonitor* monitor, int* xpos, int* ypos) in _glfwGetMonitorPosNull() argument
79 void _glfwGetMonitorContentScaleNull(_GLFWmonitor* monitor, in _glfwGetMonitorContentScaleNull() argument
88 void _glfwGetMonitorWorkareaNull(_GLFWmonitor* monitor, in _glfwGetMonitorWorkareaNull() argument
104 GLFWvidmode* _glfwGetVideoModesNull(_GLFWmonitor* monitor, int* found) in _glfwGetVideoModesNull() argument
112 GLFWbool _glfwGetVideoModeNull(_GLFWmonitor* monitor, GLFWvidmod argument
118 _glfwGetGammaRampNull(_GLFWmonitor* monitor, GLFWgammaramp* ramp) _glfwGetGammaRampNull() argument
147 _glfwSetGammaRampNull(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) _glfwSetGammaRampNull() argument
[all...]
H A Dwl_init.c219 _GLFWmonitor* monitor = _glfw.monitors[i]; in registryHandleGlobalRemove() local
H A Dwin32_monitor.c52 _GLFWmonitor* monitor = (_GLFWmonitor*) data; in monitorCallback() local
65 _GLFWmonitor* monitor; in createMonitor() local
143 _GLFWmonitor* monitor; _glfwPollMonitorsWin32() local
249 _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const GLFWvidmode* desired) _glfwSetVideoModeWin32() argument
307 _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor) _glfwRestoreVideoModeWin32() argument
353 _glfwFreeMonitorWin32(_GLFWmonitor* monitor) _glfwFreeMonitorWin32() argument
357 _glfwGetMonitorPosWin32(_GLFWmonitor* monitor, int* xpos, int* ypos) _glfwGetMonitorPosWin32() argument
374 _glfwGetMonitorContentScaleWin32(_GLFWmonitor* monitor, float* xscale, float* yscale) _glfwGetMonitorContentScaleWin32() argument
380 _glfwGetMonitorWorkareaWin32(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaWin32() argument
397 _glfwGetVideoModesWin32(_GLFWmonitor* monitor, int* count) _glfwGetVideoModesWin32() argument
474 _glfwGetVideoModeWin32(_GLFWmonitor* monitor, GLFWvidmode* mode) _glfwGetVideoModeWin32() argument
497 _glfwGetGammaRampWin32(_GLFWmonitor* monitor, GLFWgammaramp* ramp) _glfwGetGammaRampWin32() argument
515 _glfwSetGammaRampWin32(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) _glfwSetGammaRampWin32() argument
551 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetWin32Adapter() local
567 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetWin32Monitor() local
[all...]
H A Dinit.c108 _GLFWmonitor* monitor = _glfw.monitors[i]; in terminate() local
H A Dx11_monitor.c175 _GLFWmonitor* monitor = _glfwAllocMonitor(oi->name, widthMM, heightMM); in _glfwPollMonitorsX11() local
228 void _glfwSetVideoModeX11(_GLFWmonitor* monitor, const GLFWvidmode* desired) in _glfwSetVideoModeX11() argument
282 _glfwRestoreVideoModeX11(_GLFWmonitor* monitor) _glfwRestoreVideoModeX11() argument
314 _glfwFreeMonitorX11(_GLFWmonitor* monitor) _glfwFreeMonitorX11() argument
318 _glfwGetMonitorPosX11(_GLFWmonitor* monitor, int* xpos, int* ypos) _glfwGetMonitorPosX11() argument
340 _glfwGetMonitorContentScaleX11(_GLFWmonitor* monitor, float* xscale, float* yscale) _glfwGetMonitorContentScaleX11() argument
349 _glfwGetMonitorWorkareaX11(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaX11() argument
443 _glfwGetVideoModesX11(_GLFWmonitor* monitor, int* count) _glfwGetVideoModesX11() argument
495 _glfwGetVideoModeX11(_GLFWmonitor* monitor, GLFWvidmode* mode) _glfwGetVideoModeX11() argument
534 _glfwGetGammaRampX11(_GLFWmonitor* monitor, GLFWgammaramp* ramp) _glfwGetGammaRampX11() argument
572 _glfwSetGammaRampX11(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) _glfwSetGammaRampX11() argument
623 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetX11Adapter() local
639 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetX11Monitor() local
[all...]
H A Dwl_monitor.c52 struct _GLFWmonitor* monitor = userData; in outputHandleGeometry() local
70 struct _GLFWmonitor* monitor = userData; in outputHandleMode() local
91 struct _GLFWmonitor* monitor = userData; outputHandleDone() local
114 struct _GLFWmonitor* monitor = userData; outputHandleScale() local
134 struct _GLFWmonitor* monitor = userData; outputHandleName() local
193 _glfwFreeMonitorWayland(_GLFWmonitor* monitor) _glfwFreeMonitorWayland() argument
199 _glfwGetMonitorPosWayland(_GLFWmonitor* monitor, int* xpos, int* ypos) _glfwGetMonitorPosWayland() argument
207 _glfwGetMonitorContentScaleWayland(_GLFWmonitor* monitor, float* xscale, float* yscale) _glfwGetMonitorContentScaleWayland() argument
216 _glfwGetMonitorWorkareaWayland(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height) _glfwGetMonitorWorkareaWayland() argument
230 _glfwGetVideoModesWayland(_GLFWmonitor* monitor, int* found) _glfwGetVideoModesWayland() argument
236 _glfwGetVideoModeWayland(_GLFWmonitor* monitor, GLFWvidmode* mode) _glfwGetVideoModeWayland() argument
242 _glfwGetGammaRampWayland(_GLFWmonitor* monitor, GLFWgammaramp* ramp) _glfwGetGammaRampWayland() argument
249 _glfwSetGammaRampWayland(_GLFWmonitor* monitor, const GLFWgammaramp* ramp) _glfwSetGammaRampWayland() argument
270 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetWaylandMonitor() local
[all...]
H A Dmonitor.c67 static GLFWbool refreshVideoModes(_GLFWmonitor* monitor) in refreshVideoModes() argument
95 void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement) in _glfwInputMonitor() argument
158 _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window) _glfwInputMonitorWindow() argument
173 _GLFWmonitor* monitor = _glfw_calloc(1, sizeof(_GLFWmonitor)); _glfwAllocMonitor() local
184 _glfwFreeMonitor(_GLFWmonitor* monitor) _glfwFreeMonitor() argument
221 _glfwChooseVideoMode(_GLFWmonitor* monitor, const GLFWvidmode* desired) _glfwChooseVideoMode() argument
335 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetMonitorPos() local
356 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetMonitorWorkarea() local
371 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetMonitorPhysicalSize() local
390 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetMonitorContentScale() local
400 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetMonitorName() local
410 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwSetMonitorUserPointer() local
420 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetMonitorUserPointer() local
441 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetVideoModes() local
455 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetVideoMode() local
516 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwGetGammaRamp() local
536 _GLFWmonitor* monitor = (_GLFWmonitor*) handle; glfwSetGammaRamp() local
[all...]
/third_party/cJSON/tests/
H A Dreadme_examples.c60 cJSON *monitor = cJSON_CreateObject(); in create_monitor() local
128 cJSON *monitor = cJSON_CreateObject(); in create_monitor_with_helpers() local
169 supports_full_hd(const char * const monitor) supports_full_hd() argument
219 char *monitor = create_monitor(); create_monitor_should_create_a_monitor() local
228 char *monitor = create_monitor_with_helpers(); create_monitor_with_helpers_should_create_a_monitor() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-systemd-login.c59 sd_login_monitor *monitor; member
176 sd_login_monitor *monitor = NULL; in pa__init() local
[all...]
H A Dreserve-wrap.c59 struct rm_monitor *monitor; member
[all...]
/third_party/skia/third_party/externals/dawn/src/utils/
H A DGlfw3Fuchsia.cpp62 glfwCreateWindow(int width, int height, const char* title, GLFWmonitor* monitor, GLFWwindow* share) glfwCreateWindow() argument
/third_party/glfw/tests/
H A Dgamma.c90 GLFWmonitor* monitor = NULL; in main() local
H A Diconify.c107 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local
165 static GLFWwindow* create_window(GLFWmonitor* monitor) in create_window() argument
251 GLFWmonitor* monitor = NULL; in main() local
[all...]
H A Dtearing.c142 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local
H A Dreopen.c121 GLFWmonitor* monitor = NULL; in main() local
H A Dcursor.c312 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local
H A Dinputlag.c160 GLFWmonitor* monitor = NULL; in main() local
H A Dmonitors.c95 static void list_modes(GLFWmonitor* monitor) in list_modes() argument
134 test_modes(GLFWmonitor* monitor) test_modes() argument
[all...]
H A Devents.c479 static void monitor_callback(GLFWmonitor* monitor, int event) in monitor_callback() argument
548 GLFWmonitor* monitor = NULL; in main() local
[all...]
H A Dwindow.c143 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in main() local
/third_party/alsa-utils/alsactl/
H A Dmonitor.c392 int monitor(const char *name) in monitor() function
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_monitor.c200 struct iris_monitor_object *monitor = in iris_create_monitor_object() local
245 iris_destroy_monitor_object(struct pipe_context *ctx, struct iris_monitor_object *monitor) iris_destroy_monitor_object() argument
259 iris_begin_monitor(struct pipe_context *ctx, struct iris_monitor_object *monitor) iris_begin_monitor() argument
269 iris_end_monitor(struct pipe_context *ctx, struct iris_monitor_object *monitor) iris_end_monitor() argument
280 iris_get_monitor_result(struct pipe_context *ctx, struct iris_monitor_object *monitor, bool wait, union pipe_numeric_type_union *result) iris_get_monitor_result() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferDD.cpp25 int __stdcall enumDisplayCallback(GUID* guid, char *driverDescription, char *driverName, void *context, HMONITOR monitor) in enumDisplayCallback() argument
/third_party/mesa3d/src/mesa/main/
H A Dperformance_monitor.c798 _mesa_SelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, in _mesa_SelectPerfMonitorCountersAMD() argument
876 _mesa_BeginPerfMonitorAMD(GLuint monitor) _mesa_BeginPerfMonitorAMD() argument
910 _mesa_EndPerfMonitorAMD(GLuint monitor) _mesa_EndPerfMonitorAMD() argument
960 _mesa_GetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten) _mesa_GetPerfMonitorCounterDataAMD() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c347 struct crocus_monitor_object *monitor = in crocus_create_monitor_object() local
392 crocus_destroy_monitor_object(struct pipe_context *ctx, struct crocus_monitor_object *monitor) crocus_destroy_monitor_object() argument
406 crocus_begin_monitor(struct pipe_context *ctx, struct crocus_monitor_object *monitor) crocus_begin_monitor() argument
416 crocus_end_monitor(struct pipe_context *ctx, struct crocus_monitor_object *monitor) crocus_end_monitor() argument
427 crocus_get_monitor_result(struct pipe_context *ctx, struct crocus_monitor_object *monitor, bool wait, union pipe_numeric_type_union *result) crocus_get_monitor_result() argument
[all...]

Completed in 16 milliseconds

12