Home | History | Annotate | Download | only in dri2

Lines Matching defs:plane

1183    int32_t plane;
1189 plane = attrs.PlaneWL;
1196 if (plane < 0 || plane >= f->nplanes) {
1198 "dri2_create_image_wayland_wl_buffer (plane out of bounds)");
1202 dri_image = dri2_dpy->image->fromPlanar(buffer->driver_buffer, plane, NULL);