Searched refs:tmp_pix (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_copy.c | 236 PixmapPtr tmp_pix = fbCreatePixmap(screen, dst_pixmap->drawable.width, in glamor_copy_cpu_fbo() local 240 if (!tmp_pix) { in glamor_copy_cpu_fbo() 245 tmp_pix->drawable.x = dst_xoff; in glamor_copy_cpu_fbo() 246 tmp_pix->drawable.y = dst_yoff; in glamor_copy_cpu_fbo() 248 fbGetDrawable(&tmp_pix->drawable, tmp_bits, tmp_stride, tmp_bpp, tmp_xoff, in glamor_copy_cpu_fbo() 252 fbCopyNto1(src, &tmp_pix->drawable, gc, box, nbox, dx, dy, in glamor_copy_cpu_fbo() 255 fbCopy1toN(src, &tmp_pix->drawable, gc, box, nbox, dx, dy, in glamor_copy_cpu_fbo() 261 fbDestroyPixmap(tmp_pix); in glamor_copy_cpu_fbo()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri2.c | 613 msPixmapPrivRec tmp_pix; in ms_dri2_exchange_buffers() local 623 tmp_pix = *front_pix; in ms_dri2_exchange_buffers() 625 *back_pix = tmp_pix; in ms_dri2_exchange_buffers()
|