Searched refs:image_bo (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_image.c73 struct qxl_bo *image_bo; local in function:qxl_image_create
146 image_bo = qxl->bo_funcs->bo_alloc (qxl, sizeof *image, "image struct");
147 image = qxl->bo_funcs->bo_map(image_bo);
179 image_bo, head_bo);
193 qxl->bo_funcs->bo_unmap(image_bo);
194 return image_bo;
199 struct qxl_bo *image_bo)
204 image = qxl->bo_funcs->bo_map(image_bo);
205 qxl->bo_funcs->bo_unmap(image_bo);
207 image = qxl->bo_funcs->bo_map(image_bo);
198 qxl_image_destroy(qxl_screen_t * qxl,struct qxl_bo * image_bo) argument
[all...]
H A Dqxl_surface.c230 struct qxl_bo *image_bo, *drawable_bo; local in function:real_upload_box
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; local in function:upload_one_primary_region
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"); local in function:image_from_surface_internal
475 struct QXLImage *image = qxl->bo_funcs->bo_map(image_bo);
531 struct qxl_bo *image_bo; local in function:qxl_surface_copy
782 struct qxl_bo *image_bo; local in function:qxl_surface_put_image
[all...]
H A Dqxl_surface.h49 struct qxl_bo *image_bo; member in struct:qxl_surface_t
H A Dqxl_kms.c700 surface->image_bo = NULL;
726 if (surf->image_bo)
727 qxl->bo_funcs->bo_decref(qxl, surf->image_bo);
H A Dqxl_surface_ums.c344 surface->image_bo = NULL;

Completed in 5 milliseconds