| /third_party/glfw/src/ |
| D | wl_monitor.c | 52 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 …]
|
| D | null_monitor.c | 56 _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()
|
| D | win32_monitor.c | 52 _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 …]
|
| D | monitor.c | 67 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 …]
|
| D | x11_monitor.c | 175 _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 …]
|
| D | window.c | 170 void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitor() 182 GLFWmonitor* monitor, in glfwCreateWindow() 1011 _GLFWmonitor* monitor = (_GLFWmonitor*) mh; in glfwSetWindowMonitor() local
|
| D | wl_init.c | 219 _GLFWmonitor* monitor = _glfw.monitors[i]; in registryHandleGlobalRemove() local
|
| D | init.c | 108 _GLFWmonitor* monitor = _glfw.monitors[i]; in terminate() local
|
| /third_party/cJSON/tests/ |
| D | readme_examples.c | 60 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/ |
| D | iris_monitor.c | 200 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/ |
| D | iconify.c | 107 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local 165 static GLFWwindow* create_window(GLFWmonitor* monitor) in create_window() 251 GLFWmonitor* monitor = NULL; in main() local
|
| D | monitors.c | 95 static void list_modes(GLFWmonitor* monitor) in list_modes() 134 static void test_modes(GLFWmonitor* monitor) in test_modes()
|
| D | gamma.c | 90 GLFWmonitor* monitor = NULL; in main() local
|
| D | reopen.c | 121 GLFWmonitor* monitor = NULL; in main() local
|
| D | events.c | 479 static void monitor_callback(GLFWmonitor* monitor, int event) in monitor_callback() 548 GLFWmonitor* monitor = NULL; in main() local
|
| D | tearing.c | 142 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local
|
| D | window.c | 143 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in main() local
|
| D | inputlag.c | 160 GLFWmonitor* monitor = NULL; in main() local
|
| D | cursor.c | 312 GLFWmonitor* monitor = glfwGetPrimaryMonitor(); in key_callback() local
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_monitor.c | 347 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/ |
| D | module-systemd-login.c | 59 sd_login_monitor *monitor; member 176 sd_login_monitor *monitor = NULL; in pa__init() local
|
| D | reserve-wrap.c | 59 struct rm_monitor *monitor; member
|
| /third_party/mesa3d/src/mesa/main/ |
| D | performance_monitor.c | 798 _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/ |
| D | Glfw3Fuchsia.cpp | 65 GLFWmonitor* monitor, in glfwCreateWindow()
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| D | FrameBufferDD.cpp | 25 …layCallback(GUID* guid, char *driverDescription, char *driverName, void *context, HMONITOR monitor) in enumDisplayCallback()
|