Searched refs:monitor (Results 26 - 50 of 85) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dvidmodeproc.h57 extern _X_EXPORT Bool VidModeGetMonitor(int scrnIndex, pointer *monitor);
76 extern _X_EXPORT vidMonitorValue VidModeGetMonitorValue(pointer monitor,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dvidmodeproc.h57 extern _X_EXPORT Bool VidModeGetMonitor(int scrnIndex, pointer *monitor);
76 extern _X_EXPORT vidMonitorValue VidModeGetMonitorValue(pointer monitor,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dvidmodeproc.h57 extern _X_EXPORT Bool VidModeGetMonitor(int scrnIndex, pointer *monitor);
76 extern _X_EXPORT vidMonitorValue VidModeGetMonitorValue(pointer monitor,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DMonitor.asm39 DB 0fh, 1, 0c8h ; monitor
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DMonitor.asm41 DB 0fh, 1, 0c8h ; monitor
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h150 xf86cfgDevice *monitor; member in struct:__anon7730
H A Dxf86str.h117 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
184 /* The monitor description */
208 DisplayModePtr Modes; /* Start of the monitor's mode list */
209 DisplayModePtr Last; /* End of the monitor's mode list */
210 Gamma gamma; /* Gamma of the monitor */
489 MonPtr monitor; member in struct:_confscreenrec
910 Gamma gamma; /* Gamma of the monitor */
932 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h149 xf86cfgDevice *monitor; member in struct:__anon8090
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
481 MonPtr monitor; member in struct:_confscreenrec
902 Gamma gamma; /* Gamma of the monitor */
924 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h177 xf86cfgDevice *monitor; member in struct:__anon7354
H A Dxf86str.h117 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
184 /* The monitor description */
208 DisplayModePtr Modes; /* Start of the monitor's mode list */
209 DisplayModePtr Last; /* End of the monitor's mode list */
210 Gamma gamma; /* Gamma of the monitor */
489 MonPtr monitor; member in struct:_confscreenrec
910 Gamma gamma; /* Gamma of the monitor */
932 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h178 xf86cfgDevice *monitor; member in struct:__anon4506
H A Dxf86str.h118 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
179 /* The monitor description */
203 DisplayModePtr Modes; /* Start of the monitor's mode list */
204 DisplayModePtr Last; /* End of the monitor's mode list */
205 Gamma gamma; /* Gamma of the monitor */
485 MonPtr monitor; member in struct:_confscreenrec
906 Gamma gamma; /* Gamma of the monitor */
928 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h178 xf86cfgDevice *monitor; member in struct:__anon4067
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo.c521 /* A virtual monitor is always connected. */
898 /* Let's create a nice, capable virtual monitor. */
899 pScrn->monitor = pScrn->confScreen->monitor;
900 pScrn->monitor->DDC = NULL;
901 pScrn->monitor->nHsync = 1;
902 pScrn->monitor->hsync[0].lo = 1;
903 pScrn->monitor->hsync[0].hi = 10000;
904 pScrn->monitor->nVrefresh = 1;
905 pScrn->monitor
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
437 MonPtr monitor; member in struct:_confscreenrec
693 Gamma gamma; /* Gamma of the monitor */
715 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
437 MonPtr monitor; member in struct:_confscreenrec
693 Gamma gamma; /* Gamma of the monitor */
715 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86str.h124 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
193 /* The monitor description */
217 DisplayModePtr Modes; /* Start of the monitor's mode list */
218 DisplayModePtr Last; /* End of the monitor's mode list */
219 Gamma gamma; /* Gamma of the monitor */
434 MonPtr monitor; member in struct:_confscreenrec
690 Gamma gamma; /* Gamma of the monitor */
712 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c572 static PRLock *monitor = NULL; variable
582 if (monitor == NULL) {
583 monitor = PR_NewLock();
585 PR_Lock(monitor);
624 if (needLock) PR_Unlock(monitor);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86str.h123 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
192 /* The monitor description */
222 DisplayModePtr Modes; /* Start of the monitor's mode list */
223 DisplayModePtr Last; /* End of the monitor's mode list */
224 Gamma gamma; /* Gamma of the monitor */
450 MonPtr monitor; member in struct:_confscreenrec
703 Gamma gamma; /* Gamma of the monitor */
725 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86str.h123 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
192 /* The monitor description */
222 DisplayModePtr Modes; /* Start of the monitor's mode list */
223 DisplayModePtr Last; /* End of the monitor's mode list */
224 Gamma gamma; /* Gamma of the monitor */
449 MonPtr monitor; member in struct:_confscreenrec
702 Gamma gamma; /* Gamma of the monitor */
724 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
474 MonPtr monitor; member in struct:_confscreenrec
884 Gamma gamma; /* Gamma of the monitor */
906 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
459 MonPtr monitor; member in struct:_confscreenrec
719 Gamma gamma; /* Gamma of the monitor */
741 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
446 MonPtr monitor; member in struct:_confscreenrec
706 Gamma gamma; /* Gamma of the monitor */
728 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86str.h127 MODE_NO_REDUCED, /* monitor doesn't accept reduced blanking */
196 /* The monitor description */
220 DisplayModePtr Modes; /* Start of the monitor's mode list */
221 DisplayModePtr Last; /* End of the monitor's mode list */
222 Gamma gamma; /* Gamma of the monitor */
445 MonPtr monitor; member in struct:_confscreenrec
705 Gamma gamma; /* Gamma of the monitor */
727 MonPtr monitor; /* Monitor information */ member in struct:_ScrnInfoRec

Completed in 376 milliseconds

1234