Lines Matching defs:image_bo
230 struct qxl_bo *image_bo, *drawable_bo;
256 image_bo = qxl_image_create (
260 drawable_bo, image_bo);
263 qxl->bo_funcs->bo_decref(qxl, image_bo);
295 struct qxl_bo *drawable_bo, *image_bo;
322 image_bo = qxl_image_create (
326 drawable_bo, image_bo);
329 qxl->bo_funcs->bo_decref(qxl, image_bo);
474 struct qxl_bo *image_bo = qxl->bo_funcs->bo_alloc (qxl, sizeof(struct QXLImage), "image struct for surface");
475 struct QXLImage *image = qxl->bo_funcs->bo_map(image_bo);
481 qxl->bo_funcs->bo_unmap(image_bo);
482 return image_bo;
487 if (!dest->image_bo)
488 dest->image_bo = image_from_surface_internal(qxl, dest);
490 qxl->bo_funcs->bo_incref(qxl, dest->image_bo);
491 qxl->bo_funcs->bo_output_surf_reloc(qxl, offsetof(struct QXLImage, surface_image.surface_id), dest->image_bo, dest);
493 return dest->image_bo;
531 struct qxl_bo *image_bo;
535 image_bo = image_from_surface(qxl, dest->u.copy_src);
541 drawable_bo, image_bo);
570 qxl->bo_funcs->bo_decref(qxl, image_bo);
782 struct qxl_bo *image_bo;
804 image_bo = qxl_image_create (
808 drawable_bo, image_bo);
813 qxl->bo_funcs->bo_decref(qxl, image_bo);