HomeSort by: relevance | last modified time | path
    Searched refs:rootPixmap (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_driver.c 194 PixmapPtr rootPixmap;
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/
driver.c 1583 PixmapPtr rootPixmap;
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/
via_driver.c 1657 PixmapPtr rootPixmap;
1665 rootPixmap = pScreen->GetScreenPixmap(pScreen);
1677 if (!pScreen->ModifyPixmapHeader(rootPixmap, pScrn->virtualX,
1684 if (!shadowAdd(pScreen, rootPixmap, viaUpdatePacked,
  /xsrc/external/mit/xcompmgr/dist/
xcompmgr.c 930 Pixmap rootPixmap = XCreatePixmap (dpy, root, root_width, root_height,
932 rootBuffer = XRenderCreatePicture (dpy, rootPixmap,
936 XFreePixmap (dpy, rootPixmap);

Completed in 15 milliseconds