Lines Matching defs:fds
50 CARD8 num_fds, const int *fds,
63 pixmap = (*info->pixmap_from_fds) (screen, num_fds, fds, width, height,
66 pixmap = (*info->pixmap_from_fd) (screen, fds[0], width, height,
80 dri3_fds_from_pixmap(PixmapPtr pixmap, int *fds,
92 return (*info->fds_from_pixmap)(screen, pixmap, fds, strides, offsets,
98 fds[0] = (*info->fd_from_pixmap)(screen, pixmap, &stride, &size);
99 if (fds[0] < 0)
120 int fds[4];
138 num_fds = info->fds_from_pixmap(screen, pixmap, fds, strides, offsets,
143 close(fds[i]);
149 return fds[0];