Home
last modified time | relevance | path

Searched refs:fd_from_pixmap (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_screen.c98 } else if (info->fd_from_pixmap != NULL) { in dri3_fds_from_pixmap()
102 fds[0] = (*info->fd_from_pixmap)(screen, pixmap, &stride, &size); in dri3_fds_from_pixmap()
133 if (info->fd_from_pixmap != NULL) in dri3_fd_from_pixmap()
134 return (*info->fd_from_pixmap)(screen, pixmap, stride, size); in dri3_fd_from_pixmap()
H A Ddri3.h92 dri3_fd_from_pixmap_proc fd_from_pixmap; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri3.c185 .fd_from_pixmap = ms_exa_egl_fd_from_pixmap,
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c865 .fd_from_pixmap = glamor_egl_fd_from_pixmap,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6407 The old info->fd_from_pixmap() driver hook, which is
6451 Luckily the server has fallbacks to ->pixmap_from_fd, ->fd_from_pixmap,
7447 For old clients using the fd_from_pixmap entrypoint, make sure we set
7528 glamor: Add fd_from_pixmap hook
7530 Add a fd_from_pixmap (singular) hook to go with fds_from_pixmap, which