H A D | dri2.c | 1048 uint64_t modifier, int *fds, int num_fds, in dri2_create_image_from_fd() 1064 if (num_fds != expected_num_fds) { in dri2_create_image_from_fd() 1071 for (i = 0; i < num_fds; i++) { in dri2_create_image_from_fd() 1087 num_fds, whandles, bind, in dri2_create_image_from_fd() 1565 int *fds, int num_fds, int *strides, int *offsets, in dri2_from_fds() 1569 DRM_FORMAT_MOD_INVALID, fds, num_fds, in dri2_from_fds() 1575 int *fds, int num_fds, uint32_t flags, int *strides, in dri2_from_fds2() 1585 DRM_FORMAT_MOD_INVALID, fds, num_fds, in dri2_from_fds2() 1654 int *fds, int num_fds, in dri2_from_dma_bufs() 1666 DRM_FORMAT_MOD_INVALID, fds, num_fds, in dri2_from_dma_bufs() 1046 dri2_create_image_from_fd(__DRIscreen *_screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, unsigned bind, unsigned *error, void *loaderPrivate) dri2_create_image_from_fd() argument 1564 dri2_from_fds(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, void *loaderPrivate) dri2_from_fds() argument 1574 dri2_from_fds2(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, uint32_t flags, int *strides, int *offsets, void *loaderPrivate) dri2_from_fds2() argument 1652 dri2_from_dma_bufs(__DRIscreen *screen, int width, int height, int fourcc, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs() argument 1681 dri2_from_dma_bufs2(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs2() argument 1710 dri2_from_dma_bufs3(__DRIscreen *screen, int width, int height, int fourcc, uint64_t modifier, int *fds, int num_fds, int *strides, int *offsets, enum __DRIYUVColorSpace yuv_color_space, enum __DRISampleRange sample_range, enum __DRIChromaSiting horizontal_siting, enum __DRIChromaSiting vertical_siting, uint32_t flags, unsigned *error, void *loaderPrivate) dri2_from_dma_bufs3() argument [all...] |