Searched refs:src_pixmap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_copy.c | 29 PixmapPtr src_pixmap; member 80 switch (args->src_pixmap->drawable.depth) { in use_copyplane() 300 PixmapPtr src_pixmap = glamor_get_drawable_pixmap(src); in glamor_copy_fbo_cpu() local 318 glamor_get_drawable_deltas(src, src_pixmap, &src_xoff, &src_yoff); in glamor_copy_fbo_cpu() 322 glamor_download_boxes(src_pixmap, box, nbox, src_xoff + dx, src_yoff + dy, in glamor_copy_fbo_cpu() 360 PixmapPtr src_pixmap = glamor_get_drawable_pixmap(src); in glamor_copy_fbo_fbo_draw() local 362 glamor_pixmap_private *src_priv = glamor_get_pixmap_private(src_pixmap); in glamor_copy_fbo_fbo_draw() 404 args.src_pixmap = src_pixmap; in glamor_copy_fbo_fbo_draw() 411 if (src_pixmap == dst_pixmap && glamor_priv->has_mesa_tile_raster_order) { in glamor_copy_fbo_fbo_draw() 445 glamor_get_drawable_deltas(src, src_pixmap, &src_off_x, &src_off_y); in glamor_copy_fbo_fbo_draw() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | xv.c | 384 PixmapPtr src_pixmap, dst_pixmap; in ms_exa_xv_put_image() local 392 src_pixmap = ms_exa_xv_create_dma_pixmap(pScrn, port_priv, id); in ms_exa_xv_put_image() 393 if (!src_pixmap) { in ms_exa_xv_put_image() 394 src_pixmap = ms_exa_xv_create_pixmap(pScrn, port_priv, id, in ms_exa_xv_put_image() 396 if (!src_pixmap) in ms_exa_xv_put_image() 422 if (!ms_exa_copy_area(src_pixmap, dst_pixmap, &transform, clipBoxes)) in ms_exa_xv_put_image() 427 screen->DestroyPixmap(src_pixmap); in ms_exa_xv_put_image()
|
| H A D | dri2.c | 265 PixmapPtr src_pixmap = src_priv->pixmap; in ms_dri2_copy_region2() local 268 ? drawable : &src_pixmap->drawable; in ms_dri2_copy_region2()
|