Lines Matching defs:fourcc
1016 uint64_t modifier, int fourcc)
1019 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
1047 int width, int height, int fourcc,
1053 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
1057 const int expected_num_fds = dri2_get_modifier_num_planes(_screen, modifier, fourcc);
1095 img->dri_fourcc = fourcc;
1564 dri2_from_fds(__DRIscreen *screen, int width, int height, int fourcc,
1568 return dri2_create_image_from_fd(screen, width, height, fourcc,
1574 dri2_from_fds2(__DRIscreen *screen, int width, int height, int fourcc,
1584 return dri2_create_image_from_fd(screen, width, height, fourcc,
1590 dri2_query_dma_buf_modifiers(__DRIscreen *_screen, int fourcc, int max,
1596 const struct dri2_format_mapping *map = dri2_get_mapping_by_fourcc(fourcc);
1629 uint32_t fourcc, uint64_t modifier,
1641 fourcc);
1653 int width, int height, int fourcc,
1665 img = dri2_create_image_from_fd(screen, width, height, fourcc,
1682 int width, int height, int fourcc,
1694 img = dri2_create_image_from_fd(screen, width, height, fourcc,
1711 int width, int height, int fourcc,
1724 img = dri2_create_image_from_fd(screen, width, height, fourcc,