Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dri3/
H A Ddri3_screen.c66 if (info->version >= 2 && info->pixmap_from_fds != NULL) { in dri3_pixmap_from_fds()
67 pixmap = (*info->pixmap_from_fds) (screen, num_fds, fds, width, height, in dri3_pixmap_from_fds()
H A Ddri3.h98 dri3_pixmap_from_fds_proc pixmap_from_fds; 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.c184 .pixmap_from_fds = ms_exa_pixmap_from_fds,
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_egl.c864 .pixmap_from_fds = glamor_pixmap_from_fds,
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-gbm.c666 .pixmap_from_fds = glamor_pixmap_from_fds,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6445 support the needed hooks like info->pixmap_from_fds or