Searched refs:rootPixmap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_driver.c194 PixmapPtr rootPixmap; local in function:drv_crtc_resize
218 rootPixmap = pScreen->GetScreenPixmap(pScreen);
220 if (!pScreen->ModifyPixmapHeader(rootPixmap, width, height, -1, -1, -1, NULL))
223 pScrn->displayWidth = rootPixmap->devKind / (rootPixmap->drawable.bitsPerPixel / 8);
233 if (!pScreen->ModifyPixmapHeader(rootPixmap, old_width, old_height, -1, -1, -1, NULL))
234 FatalError("failed to resize rootPixmap error path\n");
236 pScrn->displayWidth = rootPixmap->devKind /
237 (rootPixmap->drawable.bitsPerPixel / 8);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddriver.c1583 PixmapPtr rootPixmap; local in function:CreateScreenResources
1609 rootPixmap = pScreen->GetScreenPixmap(pScreen);
1620 if (!pScreen->ModifyPixmapHeader(rootPixmap, -1, -1, -1, -1, -1, pixels))
1624 if (!ms->shadow.Add(pScreen, rootPixmap, msUpdatePacked, msShadowWindow,
1633 pScreen, rootPixmap);
1636 DamageRegister(&rootPixmap->drawable, ms->damage);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_driver.c1657 PixmapPtr rootPixmap; local in function:VIACreateScreenResources
1665 rootPixmap = pScreen->GetScreenPixmap(pScreen);
1677 if (!pScreen->ModifyPixmapHeader(rootPixmap, pScrn->virtualX,
1684 if (!shadowAdd(pScreen, rootPixmap, viaUpdatePacked,
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c930 Pixmap rootPixmap = XCreatePixmap (dpy, root, root_width, root_height, local in function:paint_all
932 rootBuffer = XRenderCreatePicture (dpy, rootPixmap,
936 XFreePixmap (dpy, rootPixmap);

Completed in 13 milliseconds