Home | History | Annotate | Download | only in dri

Lines Matching refs:fourcc

973                              uint64_t modifier, int fourcc)
976 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
1004 int width, int height, int fourcc,
1010 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
1014 const int expected_num_fds = dri2_get_modifier_num_planes(_screen, modifier, fourcc);
1052 img->dri_fourcc = fourcc;
1515 dri2_from_fds(__DRIscreen *screen, int width, int height, int fourcc,
1519 return dri2_create_image_from_fd(screen, width, height, fourcc,
1525 dri2_query_dma_buf_modifiers(__DRIscreen *_screen, int fourcc, int max,
1531 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
1564 uint32_t fourcc, uint64_t modifier,
1576 fourcc);
1588 int width, int height, int fourcc,
1600 img = dri2_create_image_from_fd(screen, width, height, fourcc,
1617 int width, int height, int fourcc,
1629 img = dri2_create_image_from_fd(screen, width, height, fourcc,
1646 int width, int height, int fourcc,
1659 img = dri2_create_image_from_fd(screen, width, height, fourcc,