Searched refs:rootPixmap (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_driver.c | 198 PixmapPtr rootPixmap; in drv_crtc_resize() local 221 rootPixmap = pScreen->GetScreenPixmap(pScreen); in drv_crtc_resize() 222 if (!pScreen->ModifyPixmapHeader(rootPixmap, width, height, -1, -1, -1, NULL)) in drv_crtc_resize() 225 pScrn->displayWidth = rootPixmap->devKind / (rootPixmap->drawable.bitsPerPixel / 8); in drv_crtc_resize() 250 if (!pScreen->ModifyPixmapHeader(rootPixmap, old_width, old_height, -1, -1, -1, NULL)) in drv_crtc_resize() 253 pScrn->displayWidth = rootPixmap->devKind / (rootPixmap->drawable.bitsPerPixel / 8); in drv_crtc_resize() 625 PixmapPtr rootPixmap; in drv_create_screen_resources() local 641 rootPixmap = pScreen->GetScreenPixmap(pScreen); in drv_create_screen_resources() 643 pScreen, rootPixmap); in drv_create_screen_resources() 646 DamageRegister(&rootPixmap->drawable, ms->damage); in drv_create_screen_resources() [all …]
|