Searched refs:tmp_pix (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_copy.c236 PixmapPtr tmp_pix = fbCreatePixmap(screen, dst_pixmap->drawable.width, local in function:glamor_copy_cpu_fbo
240 if (!tmp_pix) {
245 tmp_pix->drawable.x = dst_xoff;
246 tmp_pix->drawable.y = dst_yoff;
248 fbGetDrawable(&tmp_pix->drawable, tmp_bits, tmp_stride, tmp_bpp, tmp_xoff,
252 fbCopyNto1(src, &tmp_pix->drawable, gc, box, nbox, dx, dy,
255 fbCopy1toN(src, &tmp_pix->drawable, gc, box, nbox, dx, dy,
261 fbDestroyPixmap(tmp_pix);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c609 msPixmapPrivRec tmp_pix; local in function:ms_dri2_exchange_buffers
619 tmp_pix = *front_pix;
621 *back_pix = tmp_pix;

Completed in 5 milliseconds