Searched refs:fd_from_pixmap (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3_screen.c | 98 } 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 D | dri3.h | 92 dri3_fd_from_pixmap_proc fd_from_pixmap; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri3.c | 185 .fd_from_pixmap = ms_exa_egl_fd_from_pixmap,
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_egl.c | 865 .fd_from_pixmap = glamor_egl_fd_from_pixmap,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 6407 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
|