Searched refs:pixmap_from_fd (Results 1 – 3 of 3) sorted by relevance
69 } else if (info->pixmap_from_fd != NULL && num_fds == 1) { in dri3_pixmap_from_fds()70 pixmap = (*info->pixmap_from_fd) (screen, fds[0], width, height, in dri3_pixmap_from_fds()
91 dri3_pixmap_from_fd_proc pixmap_from_fd; member
6451 Luckily the server has fallbacks to ->pixmap_from_fd, ->fd_from_pixmap,6463 the check for modifier == DRM_MOD_FORMAT_INVALID in the pixmap_from_fd6466 specific default tiling that can be handled by pixmap_from_fd.