Lines Matching defs:pixmap_buffer
1405 __DRIimage *pixmap_buffer = NULL, *linear_buffer_display_gpu = NULL;
1504 pixmap_buffer = buffer->image;
1532 pixmap_buffer = linear_buffer_display_gpu;
1535 if (!pixmap_buffer) {
1547 pixmap_buffer = buffer->linear_buffer;
1556 if (!draw->ext->image->queryImage(pixmap_buffer, __DRI_IMAGE_ATTRIB_NUM_PLANES,
1561 __DRIimage *image = draw->ext->image->fromPlanar(pixmap_buffer, i, NULL);
1565 image = pixmap_buffer;
1576 if (image != pixmap_buffer)
1583 ret = draw->ext->image->queryImage(pixmap_buffer,
1586 ret &= draw->ext->image->queryImage(pixmap_buffer,
1677 draw->ext->image->destroyImage(pixmap_buffer);