Home
last modified time | relevance | path

Searched refs:dst_pixmap (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_copy.c214 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); in glamor_copy_cpu_fbo() local
228 glamor_get_drawable_deltas(dst, dst_pixmap, &dst_xoff, &dst_yoff); in glamor_copy_cpu_fbo()
236 PixmapPtr tmp_pix = fbCreatePixmap(screen, dst_pixmap->drawable.width, in glamor_copy_cpu_fbo()
237 dst_pixmap->drawable.height, in glamor_copy_cpu_fbo()
258 glamor_upload_boxes(dst_pixmap, box, nbox, tmp_xoff, tmp_yoff, in glamor_copy_cpu_fbo()
269 glamor_upload_boxes(dst_pixmap, box, nbox, src_xoff + dx, src_yoff + dy, in glamor_copy_cpu_fbo()
361 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); in glamor_copy_fbo_fbo_draw() local
363 glamor_pixmap_private *dst_priv = glamor_get_pixmap_private(dst_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()
456 if (!glamor_use_program(dst_pixmap, gc, prog, &args)) in glamor_copy_fbo_fbo_draw()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c384 PixmapPtr src_pixmap, dst_pixmap; in ms_exa_xv_put_image() local
401 dst_pixmap = screen->GetWindowPixmap((WindowPtr) pDrawable); in ms_exa_xv_put_image()
403 dst_pixmap = (PixmapPtr) pDrawable; in ms_exa_xv_put_image()
414 RegionTranslate(clipBoxes, -dst_pixmap->screen_x, -dst_pixmap->screen_y); in ms_exa_xv_put_image()
415 tx -= dst_pixmap->screen_x; in ms_exa_xv_put_image()
416 ty -= dst_pixmap->screen_y; in ms_exa_xv_put_image()
422 if (!ms_exa_copy_area(src_pixmap, dst_pixmap, &transform, clipBoxes)) in ms_exa_xv_put_image()
H A Ddri2.c266 PixmapPtr dst_pixmap = dst_priv->pixmap; in ms_dri2_copy_region2() local
270 ? drawable : &dst_pixmap->drawable; in ms_dri2_copy_region2()
/OK3568_Linux_fs/external/xserver/dix/
H A Dpixmap.c307 PixmapDirtyCompositeRotate(PixmapPtr dst_pixmap, in PixmapDirtyCompositeRotate() argument
328 &dst_pixmap->drawable, in PixmapDirtyCompositeRotate()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Rotate.c48 PixmapPtr dst_pixmap = crtc->rotatedPixmap; in xf86RotateCrtcRedisplay() local
68 &dst_pixmap->drawable, in xf86RotateCrtcRedisplay()