Searched refs:fds_from_pixmap (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dri3/ |
| H A D | dri3_screen.c | 95 if (info->version >= 2 && info->fds_from_pixmap != NULL) { in dri3_fds_from_pixmap() 96 return (*info->fds_from_pixmap)(screen, pixmap, fds, strides, offsets, in dri3_fds_from_pixmap() 136 if (info->version < 2 || info->fds_from_pixmap == NULL) in dri3_fd_from_pixmap() 142 num_fds = info->fds_from_pixmap(screen, pixmap, fds, strides, offsets, in dri3_fd_from_pixmap()
|
| H A D | dri3.h | 99 dri3_fds_from_pixmap_proc fds_from_pixmap; member
|
| H A D | dri3_request.c | 41 dri3->info->pixmap_from_fds && dri3->info->fds_from_pixmap && in dri3_screen_can_one_point_two()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | dri3.c | 186 .fds_from_pixmap = ms_exa_egl_fds_from_pixmap,
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_egl.c | 866 .fds_from_pixmap = glamor_egl_fds_from_pixmap,
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-gbm.c | 667 .fds_from_pixmap = glamor_fds_from_pixmap,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 6010 dri3: Switch fds_from_pixmap to stdint types. 7530 Add a fd_from_pixmap (singular) hook to go with fds_from_pixmap, which
|