Home
last modified time | relevance | path

Searched refs:fds_from_pixmap (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_screen.c95 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 Ddri3.h99 dri3_fds_from_pixmap_proc fds_from_pixmap; member
H A Ddri3_request.c41 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 Ddri3.c186 .fds_from_pixmap = ms_exa_egl_fds_from_pixmap,
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c866 .fds_from_pixmap = glamor_egl_fds_from_pixmap,
/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 DChangeLog6010 dri3: Switch fds_from_pixmap to stdint types.
7530 Add a fd_from_pixmap (singular) hook to go with fds_from_pixmap, which