| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_present.c | 245 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen); local in function:amdgpu_present_check_flip 290 if (pixmap->devKind != screen_pixmap->devKind) 299 amdgpu_pixmap_get_tiling_info(screen_pixmap))
|
| H A D | amdgpu_glamor.c | 58 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen); local in function:amdgpu_glamor_create_screen_resources 70 return amdgpu_glamor_create_textured_pixmap(screen_pixmap,
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_present.c | 262 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen); local in function:radeon_present_check_flip 279 if (pixmap->devKind != screen_pixmap->devKind) 308 radeon_present_get_pixmap_tiling_flags(info, screen_pixmap))
|
| H A D | radeon_glamor.c | 53 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen); local in function:radeon_glamor_create_screen_resources 65 return radeon_glamor_create_textured_pixmap(screen_pixmap,
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_egl.c | 150 PixmapPtr screen_pixmap; local in function:glamor_egl_create_textured_screen 152 screen_pixmap = screen->GetScreenPixmap(screen); 154 if (!glamor_egl_create_textured_pixmap(screen_pixmap, handle, stride)) { 776 PixmapPtr screen_pixmap; local in function:glamor_egl_close_screen 780 screen_pixmap = screen->GetScreenPixmap(screen); 781 pixmap_priv = glamor_get_pixmap_private(screen_pixmap);
|
| H A D | glamor.c | 940 PixmapPtr screen_pixmap; local in function:glamor_close_screen 964 screen_pixmap = screen->GetScreenPixmap(screen); 965 glamor_pixmap_destroy_fbo(screen_pixmap);
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_scmd.c | 278 PixmapPtr screen_pixmap = (*screen->GetScreenPixmap)(screen); local in function:present_restore_screen_pixmap 297 present_copy_region(&screen_pixmap->drawable, flip_pixmap, NULL, 0, 0); 303 present_set_tree_pixmap(flip_window, flip_pixmap, screen_pixmap); 305 present_set_tree_pixmap(screen->root, NULL, screen_pixmap);
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrcrtc.c | 638 PixmapPtr screen_pixmap = pScreen->GetScreenPixmap(pScreen); local in function:rrCheckPixmapBounding 641 PixmapRegionInit(&root_pixmap_region, screen_pixmap); 704 if (new_width < screen_pixmap->drawable.width) 705 new_width = screen_pixmap->drawable.width; 707 if (new_height < screen_pixmap->drawable.height) 708 new_height = screen_pixmap->drawable.height; 710 if (new_width <= screen_pixmap->drawable.width && 711 new_height <= screen_pixmap->drawable.height) {
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 1603 PixmapPtr old_screen_pixmap, screen_pixmap; local in function:ephyr_glamor_create_screen_resources 1623 screen_pixmap = pScreen->CreatePixmap(pScreen, 1628 if (!screen_pixmap) 1631 pScreen->SetScreenPixmap(screen_pixmap); 1636 tex = glamor_get_pixmap_texture(screen_pixmap);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 3425 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen); local in function:drmmode_glamor_handle_new_screen_pixmap 3427 if (!drmmode_set_pixmap_bo(drmmode, screen_pixmap, &drmmode->front_bo))
|