Lines Matching defs:plane
2356 int32_t plane;
2366 plane = attrs.PlaneWL;
2368 if (plane < 0 || plane >= f->nplanes) {
2370 "dri2_create_image_wayland_wl_buffer (plane out of bounds)");
2374 dri_image = dri2_dpy->image->fromPlanar(buffer->driver_buffer, plane, NULL);
2375 if (dri_image == NULL && plane == 0)
2586 * specified for a plane's pitch or offset isn't supported by EGL,
2736 * may add a plane for an external compression buffer to a
2737 * single-plane format. The exact meaning and effect of any
2757 _eglError(EGL_BAD_PARAMETER, "plane attribute(s) missing");
2766 * attribute indicates a single-plane format, EGL_BAD_ATTRIBUTE is
2774 _eglError(EGL_BAD_ATTRIBUTE, "too many plane attributes");