Searched refs:screen_pixmap (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_egl.c | 154 PixmapPtr screen_pixmap; in glamor_egl_create_textured_screen() local 156 screen_pixmap = screen->GetScreenPixmap(screen); in glamor_egl_create_textured_screen() 158 if (!glamor_egl_create_textured_pixmap(screen_pixmap, handle, stride)) { in glamor_egl_create_textured_screen() 791 PixmapPtr screen_pixmap; in glamor_egl_close_screen() local 795 screen_pixmap = screen->GetScreenPixmap(screen); in glamor_egl_close_screen() 796 pixmap_priv = glamor_get_pixmap_private(screen_pixmap); in glamor_egl_close_screen() 798 glamor_egl_set_pixmap_bo(screen_pixmap, NULL, pixmap_priv->used_modifiers); in glamor_egl_close_screen()
|
| H A D | glamor.c | 936 PixmapPtr screen_pixmap; in glamor_close_screen() local 960 screen_pixmap = screen->GetScreenPixmap(screen); in glamor_close_screen() 961 glamor_pixmap_destroy_fbo(screen_pixmap); in glamor_close_screen()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_scmd.c | 302 PixmapPtr screen_pixmap = (*screen->GetScreenPixmap)(screen); in present_restore_screen_pixmap() local 321 present_copy_region(&screen_pixmap->drawable, flip_pixmap, NULL, 0, 0); in present_restore_screen_pixmap() 327 present_set_tree_pixmap(flip_window, flip_pixmap, screen_pixmap); in present_restore_screen_pixmap() 329 present_set_tree_pixmap(screen->root, NULL, screen_pixmap); in present_restore_screen_pixmap()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrcrtc.c | 638 PixmapPtr screen_pixmap = pScreen->GetScreenPixmap(pScreen); in rrCheckPixmapBounding() local 641 PixmapRegionInit(&root_pixmap_region, screen_pixmap); in rrCheckPixmapBounding() 704 if (new_width < screen_pixmap->drawable.width) in rrCheckPixmapBounding() 705 new_width = screen_pixmap->drawable.width; in rrCheckPixmapBounding() 707 if (new_height < screen_pixmap->drawable.height) in rrCheckPixmapBounding() 708 new_height = screen_pixmap->drawable.height; in rrCheckPixmapBounding() 710 if (new_width <= screen_pixmap->drawable.width && in rrCheckPixmapBounding() 711 new_height <= screen_pixmap->drawable.height) { in rrCheckPixmapBounding()
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | 0003-Guard-local-variable-priv-only-used-with-glamor.patch | 41 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen);
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | hostx.c | 1603 PixmapPtr old_screen_pixmap, screen_pixmap; in ephyr_glamor_create_screen_resources() local 1623 screen_pixmap = pScreen->CreatePixmap(pScreen, in ephyr_glamor_create_screen_resources() 1628 if (!screen_pixmap) in ephyr_glamor_create_screen_resources() 1631 pScreen->SetScreenPixmap(screen_pixmap); in ephyr_glamor_create_screen_resources() 1636 tex = glamor_get_pixmap_texture(screen_pixmap); in ephyr_glamor_create_screen_resources()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 2082 PixmapPtr screen_pixmap; in CloseScreen() local 2085 screen_pixmap = pScreen->GetScreenPixmap(pScreen); in CloseScreen() 2086 if (screen_pixmap == pScreen->devPrivate) { in CloseScreen() 2087 pScreen->DestroyPixmap(screen_pixmap); in CloseScreen()
|
| H A D | drmmode_display.c | 1672 PixmapPtr screen_pixmap = pScreen->GetScreenPixmap(pScreen); in drmmode_crtc_copy_fb() local 1726 crtc_x + crtc_w > screen_pixmap->drawable.width || in drmmode_crtc_copy_fb() 1727 crtc_y + crtc_h > screen_pixmap->drawable.height) in drmmode_crtc_copy_fb() 3645 PixmapPtr screen_pixmap = screen->GetScreenPixmap(screen); in drmmode_handle_new_screen_pixmap() local 3647 if (!drmmode_set_pixmap_bo(drmmode, screen_pixmap, &drmmode->front_bo)) in drmmode_handle_new_screen_pixmap()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 18822 randr: rrCheckPixmapBounding: do not shrink the screen_pixmap 18825 screen_pixmap is *large* enough for the slave-output which crtc is 18829 screen_pixmap in certain scenarios leading to various problems. 18842 rrCheckPixmapBounding gets called and resizes the screen_pixmap to 18847 while showing a 1920x1080 screen_pixmap + black borders on the right 18854 1) One could argue that this will leave us with a too large screen_pixmap 18856 outputs, so xrandr clients already must manually shrink the screen_pixmap 18861 2 unnecessary resizes of the screen_pixmap in the above example, which 18876 screen_pixmap is large enough for the slave-output which crtc is 18889 the code before this commit would shrinks the screen_pixmap to 3180*2160. [all …]
|