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

/xsrc/external/mit/xf86-video-intel/dist/test/
H A Drender-fill-copy.c24 Pixmap pixmap1, pixmap2; local in function:fill_rect
34 pixmap1 = XCreatePixmap(d, dpy->root, 1, 1, format->depth);
35 tmp1 = XRenderCreatePicture(d, pixmap1, format, 0, NULL);
41 gc = XCreateGC(d, pixmap1, 0, NULL);
44 XCopyArea(d, pixmap1, pixmap2, gc, 0, 0, 1, 1, 0, 0);
53 XFreePixmap(d, pixmap1);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Drender-fill-copy.c24 Pixmap pixmap1, pixmap2; local in function:fill_rect
34 pixmap1 = XCreatePixmap(d, dpy->root, 1, 1, format->depth);
35 tmp1 = XRenderCreatePicture(d, pixmap1, format, 0, NULL);
41 gc = XCreateGC(d, pixmap1, 0, NULL);
44 XCopyArea(d, pixmap1, pixmap2, gc, 0, 0, 1, 1, 0, 0);
53 XFreePixmap(d, pixmap1);

Completed in 2 milliseconds