Home | History | Annotate | Download | only in modetest

Lines Matching defs:fourcc

698 	unsigned int fourcc;
717 unsigned int fourcc;
997 if (!format_support(ovr, p->fourcc))
1015 plane_bo = bo_create(dev->fd, p->fourcc, p->w, p->h, handles,
1023 if (drmModeAddFB2(dev->fd, p->w, p->h, p->fourcc,
1092 bo = bo_create(dev->fd, pipes[0].fourcc, dev->mode.width,
1101 pipes[0].fourcc, handles, pitches, offsets, &fb_id, 0);
1211 other_bo = bo_create(dev->fd, pipes[0].fourcc, dev->mode.width,
1218 pipes[0].fourcc, handles, pitches, offsets,
1361 pipe->fourcc = util_format_fourcc(pipe->format_str);
1362 if (pipe->fourcc == 0) {
1419 plane->fourcc = util_format_fourcc(plane->format_str);
1420 if (plane->fourcc == 0) {