Searched refs:glamor_fds_from_pixmap (Results 1 – 4 of 4) sorted by relevance
185 extern _X_EXPORT int glamor_fds_from_pixmap(ScreenPtr screen,
1051 glamor_fds_from_pixmap(ScreenPtr screen, PixmapPtr pixmap, int *fds, in glamor_fds_from_pixmap() function
667 .fds_from_pixmap = glamor_fds_from_pixmap,
4879 glamor_fds_from_pixmap() will bail out early if DRI3 is not enabled,5143 it got a bo with modifiers set from glamor_fds_from_pixmap(). The5145 glamor_fds_from_pixmap() will always return BOs with modifiers.5158 glamor_fds_from_pixmap, we create a shared _glamor_fds_from_pixmap()5159 function used by both glamor_fds_from_pixmap() and5751 glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmap5753 glamor_fds_from_pixmap returns 0 on error, but we were treating that as5770 glamor: Always return 0 from glamor_fds_from_pixmap on error