Home
last modified time | relevance | path

Searched refs:glamor_fds_from_pixmap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.h185 extern _X_EXPORT int glamor_fds_from_pixmap(ScreenPtr screen,
H A Dglamor.c1051 glamor_fds_from_pixmap(ScreenPtr screen, PixmapPtr pixmap, int *fds, in glamor_fds_from_pixmap() function
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c667 .fds_from_pixmap = glamor_fds_from_pixmap,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog4879 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(). The
5145 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() and
5751 glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmap
5753 glamor_fds_from_pixmap returns 0 on error, but we were treating that as
5770 glamor: Always return 0 from glamor_fds_from_pixmap on error