HomeSort by: relevance | last modified time | path
    Searched refs:host_image (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_surface_ums.c 162 cache->all_surfaces[i].host_image = NULL;
252 int w = pixman_image_get_width (s->host_image);
253 int h = pixman_image_get_height (s->host_image);
294 pixman_image_t *dev_image, *host_image; local
320 host_image = pixman_image_create_bits (format,
329 "testing host_image memory\n");
336 surface->host_image = host_image;
357 return (void *) pixman_image_get_data(surface->host_image);
517 surface->host_image = pixman_image_create_bits
    [all...]
qxl_surface.h 14 pixman_image_t * host_image; member in struct:qxl_surface_t
qxl_surface.c 139 surface->host_image,
210 pixman_image_get_data (surface->host_image));
212 pixmap->devKind = pixman_image_get_stride (surface->host_image);
253 data = pixman_image_get_data (surface->host_image);
254 stride = pixman_image_get_stride (surface->host_image);
559 if (width > pixman_image_get_width (dest->u.copy_src->host_image))
562 width, pixman_image_get_width (dest->u.copy_src->host_image));
565 assert (width <= pixman_image_get_width (dest->u.copy_src->host_image));
566 assert (height <= pixman_image_get_height (dest->u.copy_src->host_image));
637 int w = pixman_image_get_width (surface->host_image);
    [all...]
qxl_kms.c 707 surface->host_image = pixman_image_create_bits (
723 if (surf->host_image)
724 pixman_image_unref (surf->host_image);
qxl_drmmode.c 883 pixman_image_unref (qxl->primary->host_image);
890 qxl->primary->host_image = pixman_image_create_bits (format,

Completed in 17 milliseconds