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

  /xsrc/external/mit/xorg-server/dist/dri3/
dri3_screen.c 91 if (info->version >= 2 && info->fds_from_pixmap != NULL) {
92 return (*info->fds_from_pixmap)(screen, pixmap, fds, strides, offsets,
132 if (info->version < 2 || info->fds_from_pixmap == NULL)
138 num_fds = info->fds_from_pixmap(screen, pixmap, fds, strides, offsets,
dri3.h 99 dri3_fds_from_pixmap_proc fds_from_pixmap; member in struct:dri3_screen_info
dri3_request.c 37 dri3->info->pixmap_from_fds && dri3->info->fds_from_pixmap &&
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_egl.c 884 .fds_from_pixmap = glamor_egl_fds_from_pixmap,

Completed in 8 milliseconds