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

/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri3-test.c541 int src_fd, dst_fd; local in function:test_read_after_write
592 dst_fd = dri3_create_fd(dpy, dst_pix, &dst_stride);
593 if (dst_fd < 0)
595 dst_size = lseek(dst_fd, 0, SEEK_END);
598 dst = gem_import(device, dst_fd);
601 close(dst_fd);
653 int dst_stride, dst_size, dst_fd; local in function:test_read
676 dst_fd = gem_export(device, dst);
677 if (dst_fd < 0)
682 dst_fd, bp
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri3-test.c546 int src_fd, dst_fd; local in function:test_read_after_write
597 dst_fd = dri3_create_fd(dpy, dst_pix, &dst_stride);
598 if (dst_fd < 0)
600 dst_size = lseek(dst_fd, 0, SEEK_END);
603 dst = gem_import(device, dst_fd);
606 close(dst_fd);
658 int dst_stride, dst_size, dst_fd; local in function:test_read
681 dst_fd = gem_export(device, dst);
682 if (dst_fd < 0)
687 dst_fd, bp
[all...]

Completed in 7 milliseconds