HomeSort by: relevance | last modified time | path
    Searched refs:pixmap_from_fds (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dri3/
dri3.h 98 dri3_pixmap_from_fds_proc pixmap_from_fds; member in struct:dri3_screen_info
dri3_screen.c 62 if (info->version >= 2 && info->pixmap_from_fds != NULL) {
63 pixmap = (*info->pixmap_from_fds) (screen, num_fds, fds, width, height,
dri3_request.c 37 dri3->info->pixmap_from_fds && dri3->info->fds_from_pixmap &&
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_egl.c 882 .pixmap_from_fds = glamor_pixmap_from_fds,

Completed in 7 milliseconds