Home | History | Annotate | Download | only in x11

Lines Matching refs:buffer_mask

195 dri2_surface_get_buffers(struct native_surface *nsurf, uint buffer_mask)
210 buffer_mask |= (1 << NATIVE_ATTACHMENT_FRONT_LEFT);
216 if (native_attachment_mask_test(buffer_mask, att)) {
274 dri2_surface_update_buffers(struct native_surface *nsurf, uint buffer_mask)
278 dri2_surface_get_buffers(&dri2surf->base, buffer_mask);
280 return ((dri2surf->valid_mask & buffer_mask) == buffer_mask);
586 nconf->buffer_mask = 1 << NATIVE_ATTACHMENT_FRONT_LEFT;
588 nconf->buffer_mask |= 1 << NATIVE_ATTACHMENT_BACK_LEFT;
590 nconf->buffer_mask |= 1 << NATIVE_ATTACHMENT_FRONT_RIGHT;
592 nconf->buffer_mask |= 1 << NATIVE_ATTACHMENT_BACK_RIGHT;