Lines Matching defs:buffers
109 __DRIbuffer *buffers;
194 buffers = loader->getBuffersWithFormat(dri_drawable,
200 buffers = loader->getBuffers(dri_drawable,
206 if (buffers)
209 return buffers;
450 __DRIbuffer *buffers = NULL;
456 /* First get the buffers from the loader */
463 buffers = dri2_drawable_get_buffers(drawable, statts, &num_buffers);
464 if (!buffers || (drawable->old_num == num_buffers &&
467 memcmp(drawable->old, buffers,
518 /* Third use the buffers retrieved to fill the drawable info */
576 /* Process DRI-provided buffers and get pipe_resources. */
578 __DRIbuffer *buf = &buffers[i];
718 /* For DRI2, we may get the same buffers again from the server.
720 * to bypass the import if we get the same buffers. This doesn't apply
729 memcpy(drawable->old, buffers, sizeof(__DRIbuffer) * num_buffers);