Searched defs:screen (Results 101 - 125 of 152) sorted by relevance

1234567

/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h135 GLint screen; member in struct:__GLcontextModesRec
321 ** Origin in screen coordinates of the drawable
326 ** Drawable offset from screen origin
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dglx.c51 int screen; member in struct:VisualInfo
63 AddVisualInfo(Display *dpy, int screen, VisualID visualid, int visBits) argument
67 if (v->dpy == dpy && v->screen == screen && v->visualid == visualid) {
74 v->screen = screen;
82 FindVisualInfo(Display *dpy, int screen, VisualID visualid) argument
86 if (v->dpy == dpy && v->screen == screen && v->visualid == visualid)
199 VBOXGLXTAG(glXChooseVisual)( Display *dpy, int screen, in argument
344 glXChooseVisual( Display *dpy, int screen, int *attribList ) argument
1286 glXQueryServerString( Display *dpy, int screen, int name ) argument
1379 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) argument
1443 glXChooseFBConfig(Display *dpy, int screen, ATTRIB_TYPE *attrib_list, int *nelements) argument
1927 glXGetFBConfigs(Display *dpy, int screen, int *nelements) argument
1975 glXGetFBConfigs(Display *dpy, int screen, int *nelements) argument
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-x.c430 /* usage screen */
616 int screen, pad; local
631 screen = DefaultScreen(display);
632 depth = DisplayPlanes(display, screen);
633 root = RootWindow(display, screen);
646 visual_info.screen = screen;
652 fprintf(stderr, "default screen depth %d not supported, and no"
668 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dinputstr.h216 Bool confined; /* confined to screen */
223 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:_SpriteRec
239 * possible that the pointer has crossed screen boundaries between the
243 * pEnqueueScreen: screen the pointer was on when the event was generated
244 * pDequeueScreen: screen the pointer was on when the event is processed
621 ScreenPtr pScreen; /* what screen the pointer was on */
H A Dxkbstr.h274 XkbSwitchScreenAction screen; member in union:_XkbAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_priv.h315 ScreenPtr screen; member in struct:glamor_screen_private
596 glamor_get_screen_private(ScreenPtr screen) argument
599 dixLookupPrivate(&screen->devPrivates, &glamor_screen_private_key);
603 glamor_set_screen_private(ScreenPtr screen, glamor_screen_private *priv) argument
605 dixSetPrivate(&screen->devPrivates, &glamor_screen_private_key, priv);
658 void glamor_init_pixmap_fbo(ScreenPtr screen);
659 void glamor_fini_pixmap_fbo(ScreenPtr screen);
660 Bool glamor_pixmap_fbo_fixup(ScreenPtr screen, PixmapPtr pixmap);
669 void glamor_init_finish_access_shaders(ScreenPtr screen);
670 void glamor_fini_finish_access_shaders(ScreenPtr screen);
[all...]
H A Dinputstr.h216 Bool confined; /* confined to screen */
223 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:_SpriteRec
239 * possible that the pointer has crossed screen boundaries between the
243 * pEnqueueScreen: screen the pointer was on when the event was generated
244 * pDequeueScreen: screen the pointer was on when the event is processed
621 ScreenPtr pScreen; /* what screen the pointer was on */
H A Dxkbstr.h274 XkbSwitchScreenAction screen; member in union:_XkbAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dinputstr.h233 int screen; member in struct:_AbsoluteClassRec
315 Bool confined; /* confined to screen */
322 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:__anon8475
337 ScreenPtr pEnqueueScreen; /* screen events are being delivered to */
338 ScreenPtr pDequeueScreen; /* screen events are being dispatched to */
468 * for master devices, valuators is in screen coordinates
500 ScreenPtr pScreen; /* what screen the pointer was on */
H A Dxkbstr.h248 XkbSwitchScreenAction screen; member in union:_XkbAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dinputstr.h293 int screen; member in struct:_AbsoluteClassRec
367 Bool confined; /* confined to screen */
374 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:__anon8796
389 ScreenPtr pEnqueueScreen; /* screen events are being delivered to */
390 ScreenPtr pDequeueScreen; /* screen events are being dispatched to */
520 * for master devices, valuators is in screen coordinates
555 ScreenPtr pScreen; /* what screen the pointer was on */
H A Dxkbstr.h267 XkbSwitchScreenAction screen; member in union:_XkbAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dinputstr.h293 int screen; member in struct:_AbsoluteClassRec
367 Bool confined; /* confined to screen */
374 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:__anon9110
390 * possible that the pointer has crossed screen boundaries between the
394 * pEnqueueScreen: screen the pointer was on when the event was generated
395 * pDequeueScreen: screen the pointer was on when the event is processed
528 * for master devices, valuators is in screen coordinates
563 ScreenPtr pScreen; /* what screen the pointer was on */
H A Dxkbstr.h267 XkbSwitchScreenAction screen; member in union:_XkbAction
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dinputstr.h294 int screen; member in struct:_AbsoluteClassRec
368 Bool confined; /* confined to screen */
375 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:__anon9429
391 * possible that the pointer has crossed screen boundaries between the
395 * pEnqueueScreen: screen the pointer was on when the event was generated
396 * pDequeueScreen: screen the pointer was on when the event is processed
538 * for master devices, valuators is in screen coordinates
579 ScreenPtr pScreen; /* what screen the pointer was on */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dinputstr.h212 Bool confined; /* confined to screen */
219 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:_SpriteRec
235 * possible that the pointer has crossed screen boundaries between the
239 * pEnqueueScreen: screen the pointer was on when the event was generated
240 * pDequeueScreen: screen the pointer was on when the event is processed
336 int screen; member in struct:_AbsoluteClassRec
539 * for master devices, valuators is in screen coordinates
580 ScreenPtr pScreen; /* what screen the pointer was on */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dinputstr.h212 Bool confined; /* confined to screen */
219 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:_SpriteRec
235 * possible that the pointer has crossed screen boundaries between the
239 * pEnqueueScreen: screen the pointer was on when the event was generated
240 * pDequeueScreen: screen the pointer was on when the event is processed
516 * for master devices, valuators is in screen coordinates
557 ScreenPtr pScreen; /* what screen the pointer was on */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dinputstr.h218 Bool confined; /* confined to screen */
225 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:_SpriteRec
241 * possible that the pointer has crossed screen boundaries between the
245 * pEnqueueScreen: screen the pointer was on when the event was generated
246 * pDequeueScreen: screen the pointer was on when the event is processed
628 ScreenPtr pScreen; /* what screen the pointer was on */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dinputstr.h216 Bool confined; /* confined to screen */
223 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:_SpriteRec
239 * possible that the pointer has crossed screen boundaries between the
243 * pEnqueueScreen: screen the pointer was on when the event was generated
244 * pDequeueScreen: screen the pointer was on when the event is processed
615 ScreenPtr pScreen; /* what screen the pointer was on */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dinputstr.h216 Bool confined; /* confined to screen */
223 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:_SpriteRec
239 * possible that the pointer has crossed screen boundaries between the
243 * pEnqueueScreen: screen the pointer was on when the event was generated
244 * pDequeueScreen: screen the pointer was on when the event is processed
621 ScreenPtr pScreen; /* what screen the pointer was on */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dinputstr.h216 Bool confined; /* confined to screen */
223 ScreenPtr screen; /* all others are in Screen 0 coordinates */ member in struct:_SpriteRec
239 * possible that the pointer has crossed screen boundaries between the
243 * pEnqueueScreen: screen the pointer was on when the event was generated
244 * pDequeueScreen: screen the pointer was on when the event is processed
621 ScreenPtr pScreen; /* what screen the pointer was on */
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_reg.h92 /* "Invalid" value for all SVGA IDs. (Version ID, screen object ID, surface ID...) */
298 * for a GMR-to-screen blit. Currently it is defined as an encoding
299 * of the screen's color depth and bits-per-pixel, however, 16 bits
413 * Allow screen object support, and require backing stores from the
414 * guest for each screen object.
511 * is set to a specific screen ID, cursor position is reinterpreted
512 * as a signed offset relative to that screen's origin.
726 * Provides dynamic multi-screen rendering, for improved Unity and
758 * places on the screen, the data copied will always be from the
768 * - When a screen i
1260 SVGAScreenObject screen; // Variable-length according to version member in struct:__anon14825
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp1835 crDebug("Can't set scale factor because specified screen ID (%u) is out of range (max=%d).", idScreen, CR_MAX_GUEST_MONITORS);
1889 pDpInfo->pDpWin->reparent(cr_server.screen[idScreen].winID);
1902 rc = pDpInfo->pWindow->Reparent(cr_server.screen[idScreen].winID);
2110 pDpInfo->pDpWinRootVr = new CrFbDisplayWindowRootVr(&cr_server.screenVieport[pDpInfo->u32Id].Rect, cr_server.screen[pDpInfo->u32Id].winID);
2143 pDpInfo->pDpWin = new CrFbDisplayWindow(&cr_server.screenVieport[pDpInfo->u32Id].Rect, cr_server.screen[pDpInfo->u32Id].winID);
3008 CRScreenInfo screen[CR_MAX_GUEST_MONITORS]; local
3014 rc = SSMR3GetS32(pSSM, &screen[i].x);
3017 rc = SSMR3GetS32(pSSM, &screen[i].y);
3020 rc = SSMR3GetU32(pSSM, &screen[i].w);
3023 rc = SSMR3GetU32(pSSM, &screen[
[all...]
/vbox/src/VBox/Additions/x11/x11include/inputproto-1.9.99.902/X11/extensions/
H A DXIproto.h1321 CARD32 screen B32;
1403 INT32 screen; member in struct:__anon3560
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxkbstr.h252 XkbSwitchScreenAction screen; member in union:_XkbAction

Completed in 193 milliseconds

1234567