Searched refs:screenp (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_util.c | 104 int *displayp, int *screenp) 152 if (screenp) 153 *screenp = _screen; 159 int *displayp, int *screenp) 171 return _xcb_parse_display_path_to_socket(name, host, protocol, displayp, screenp); 174 return _xcb_parse_display_path_to_socket(name + 5, host, protocol, displayp, screenp); 220 if(screenp) 221 *screenp = screen; 234 int *screenp) 236 return _xcb_parse_display(name, host, NULL, displayp, screenp); 103 _xcb_parse_display_path_to_socket(const char * name,char ** host,char ** protocol,int * displayp,int * screenp) argument 158 _xcb_parse_display(const char * name,char ** host,char ** protocol,int * displayp,int * screenp) argument 233 xcb_parse_display(const char * name,char ** host,int * displayp,int * screenp) argument 520 xcb_connect(const char * displayname,int * screenp) argument 525 xcb_connect_to_display_with_auth_info(const char * displayname,xcb_auth_info_t * auth,int * screenp) argument [all...] |
| H A D | xcb.h | 548 * number and @p screenp to the preferred screen number. @p screenp 557 * @param screenp A pointer to a preferred screen number. 563 * int pointed to by @p screenp (if not @c NULL) will be set to that 571 xcb_connection_t *xcb_connect(const char *displayname, int *screenp); 582 * preferred, the int pointed to by @p screenp (if not @c NULL) will 583 * be set to that screen; otherwise @p screenp will be set to 0.
|
| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| H A D | drm-test.h | 57 int drm_screen_open(struct drm_screen **screenp, int fd);
|
| H A D | drm-test.c | 90 int drm_screen_open(struct drm_screen **screenp, int fd) argument 99 if (!screenp || fd < 0) 143 *screenp = screen;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Xxcbint.h | 47 int _XConnectXCB(Display *dpy, _Xconst char *display, int *screenp);
|
| H A D | xcb_disp.c | 57 int _XConnectXCB(Display *dpy, _Xconst char *display, int *screenp) argument 69 if(!xcb_parse_display(display, &host, &n, screenp))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Config.c | 125 static Bool configScreen(confScreenPtr screenp, XF86ConfScreenPtr conf_screen, 1703 configScreen(confScreenPtr screenp, XF86ConfScreenPtr conf_screen, int scrnum, argument 1725 screenp->id = conf_screen->scrn_identifier; 1726 screenp->screennum = scrnum; 1727 screenp->defaultdepth = conf_screen->scrn_defaultdepth; 1728 screenp->defaultbpp = conf_screen->scrn_defaultbpp; 1729 screenp->defaultfbbpp = conf_screen->scrn_defaultfbbpp; 1730 screenp->monitor = xnfcalloc(1, sizeof(MonRec)); 1737 if (!configMonitor(screenp->monitor, &defMon)) 1742 if (!configMonitor(screenp [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Config.c | 134 static Bool configScreen(confScreenPtr screenp, XF86ConfScreenPtr conf_screen, 1809 configScreen(confScreenPtr screenp, XF86ConfScreenPtr conf_screen, int scrnum, argument 1830 screenp->id = conf_screen->scrn_identifier; 1831 screenp->screennum = scrnum; 1832 screenp->defaultdepth = conf_screen->scrn_defaultdepth; 1833 screenp->defaultbpp = conf_screen->scrn_defaultbpp; 1834 screenp->defaultfbbpp = conf_screen->scrn_defaultfbbpp; 1835 screenp->monitor = xnfcalloc(1, sizeof(MonRec)); 1842 if (!configMonitor(screenp->monitor, &defMon)) 1846 if (!configMonitor(screenp [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | ptyx.h | 3119 #define SCREEN_FLAG(screenp,f) (1&(screenp)->f) 3120 #define SCREEN_FLAG_set(screenp,f) ((screenp)->f |= 1) 3121 #define SCREEN_FLAG_unset(screenp,f) ((screenp)->f &= (unsigned) ~1L) 3122 #define SCREEN_FLAG_save(screenp,f) \ 3123 ((screenp)->f = (((screenp)->f)<<1) | SCREEN_FLAG(screenp, [all...] |
Completed in 22 milliseconds