Searched refs:scrnum (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miexpose.c | 335 int scrnum = pWin->drawable.pScreen->myNum; in miSendExposures() local 340 x = screenInfo.screens[scrnum]->x; in miSendExposures() 341 y = screenInfo.screens[scrnum]->y; in miSendExposures() 345 else if (scrnum) { in miSendExposures() 349 pWin->drawable.id, scrnum); in miSendExposures() 357 if (x || y || scrnum) in miSendExposures()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Configure.c | 327 int scrnum = 0; in configureLayoutSection() local 361 for (scrnum = 0; scrnum < nDevToConfig; scrnum++) { in configureLayoutSection() 369 aptr->adj_scrnum = scrnum; in configureLayoutSection() 370 XNFasprintf(&tmp, "Screen%d", scrnum); in configureLayoutSection() 372 if (scrnum == 0) { in configureLayoutSection() 378 XNFasprintf(&tmp, "Screen%d", scrnum - 1); in configureLayoutSection()
|
| H A D | xf86Config.c | 126 int scrnum, MessageType from, Bool auto_gpu_device); 1357 int scrnum; in configLayout() local 1419 scrnum = count; in configLayout() 1421 scrnum = adjp->adj_scrnum; in configLayout() 1422 if (!configScreen(slp[count].screen, adjp->adj_screen, scrnum, in configLayout() 1423 X_CONFIG, (scrnum == 0 && !adjp->list.next))) { in configLayout() 1666 configScreen(confScreenPtr screenp, XF86ConfScreenPtr conf_screen, int scrnum, in configScreen() argument 1684 scrnum); in configScreen() 1689 screenp->screennum = scrnum; in configScreen()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | ubgears.c | 386 int scrnum; in make_window() local 395 scrnum = XScreenNumberOfScreen(scr); in make_window() 396 root = XRootWindow(dpy, scrnum); in make_window() 398 visinfo = glXChooseVisual( dpy, scrnum, attrib ); in make_window()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 404 int scrnum, depth; in PrintWindowTree() local 408 for (scrnum = 0; scrnum < screenInfo.numScreens; scrnum++) { in PrintWindowTree() 409 pScreen = screenInfo.screens[scrnum]; in PrintWindowTree() 410 ErrorF("[dix] Dumping windows for screen %d (pixmap %x):\n", scrnum, in PrintWindowTree()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 112595 Delete redundant scrnum field from Xvfb private screen-info struct.
|