HomeSort by: relevance | last modified time | path
    Searched defs:image_bo (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_image.c 73 struct qxl_bo *image_bo; local
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);
    [all...]
qxl_surface.h 49 struct qxl_bo *image_bo; member in struct:qxl_surface_t
qxl_surface.c 230 struct qxl_bo *image_bo, *drawable_bo; local
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
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
475 struct QXLImage *image = qxl->bo_funcs->bo_map(image_bo);
531 struct qxl_bo *image_bo; local
782 struct qxl_bo *image_bo; local
    [all...]

Completed in 5 milliseconds