Searched defs:SCREEN (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h94 #define SCREEN 4 macro
H A Dxf86tokens.h259 SCREEN, enumerator in enum:__anon7678
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h88 #define SCREEN 4 macro
H A Dxf86tokens.h260 SCREEN, enumerator in enum:__anon8040
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h88 #define SCREEN 4 macro
H A Dxf86tokens.h258 SCREEN, enumerator in enum:__anon8354
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h95 #define SCREEN 4 macro
H A Dxf86tokens.h260 SCREEN, enumerator in enum:__anon4831
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h95 #define SCREEN 4 macro
H A Dxf86tokens.h260 SCREEN, enumerator in enum:__anon4404
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86tokens.h260 SCREEN, enumerator in enum:__anon8659
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86tokens.h259 SCREEN, enumerator in enum:__anon8971
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86tokens.h256 SCREEN, enumerator in enum:__anon6979
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86tokens.h255 SCREEN, enumerator in enum:__anon7290
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86tokens.h259 SCREEN, enumerator in enum:__anon9288
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86tokens.h259 SCREEN, enumerator in enum:__anon9609
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86tokens.h258 SCREEN, enumerator in enum:__anon5132
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86tokens.h258 SCREEN, enumerator in enum:__anon5444
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86tokens.h256 SCREEN, enumerator in enum:__anon5755
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86tokens.h255 SCREEN, enumerator in enum:__anon6062
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86tokens.h255 SCREEN, enumerator in enum:__anon6365
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86tokens.h255 SCREEN, enumerator in enum:__anon6663
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h31 /** Curses SCREEN object */
71 } SCREEN; typedef in typeref:struct:_curses_screen
76 SCREEN *scr;
236 extern void delscreen ( SCREEN * );
362 extern SCREEN *set_term ( SCREEN * );
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c2519 #define SCREEN(i) (cr_server.screen[i]) macro
2572 if (MAPPED(SCREEN(i)))
2581 SCREEN(i).winID = 0;
2594 if (MAPPED(SCREEN(sIndex)))
2596 SCREEN(sIndex).winID = 0;
2606 renderspuSetWindowId(SCREEN(0).winID);
2618 if (MAPPED(SCREEN(sIndex)) && SCREEN(sIndex).winID!=winID)
2624 SCREEN(sIndex).winID = winID;
2625 SCREEN(sInde
[all...]

Completed in 68 milliseconds