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

  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_uxa.c 49 return qxl_surface_prepare_access (get_surface (pixmap),
56 qxl_surface_finish_access (get_surface (pixmap), pixmap);
62 return !!get_surface (pixmap);
94 if (!(surface = get_surface (pixmap)))
103 qxl_surface_solid (get_surface (pixmap), x1, y1, x2, y2);
135 return qxl_surface_prepare_copy (get_surface (dest), get_surface (source));
144 qxl_surface_copy (get_surface (dest),
365 get_surface (pSrc),
366 pMask? get_surface (pMask) : NULL
    [all...]
qxl_surface_ums.c 209 if (! (get_surface (pixmap) == s) )
212 s, pixmap, pixmap, get_surface (pixmap));
590 assert (get_surface (pixmap) == surface);
787 assert (get_surface (evacuated->pixmap) == s);
qxl.h 527 static inline qxl_surface_t *get_surface (PixmapPtr pixmap) function
qxl_driver.c 577 if ((surf = get_surface (root)))
638 if ((surf = get_surface (pPixmap)))
qxl_kms.c 228 if ((surf = get_surface (pPixmap)))
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_image.c 129 get_surface(struct anv_image *image, VkImageAspectFlagBits aspect) function
966 surface = get_surface(image, subresource->aspectMask);

Completed in 11 milliseconds