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

  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_surface.h 6 struct qxl_surface_t struct
20 struct qxl_surface_t * next;
21 struct qxl_surface_t * prev; /* Only used in the 'live'
35 struct qxl_surface_t *copy_src;
44 struct qxl_surface_t *src;
45 struct qxl_surface_t *mask;
46 struct qxl_surface_t *dest;
52 void qxl_download_box (qxl_surface_t *surface, int x1, int y1, int x2, int y2);
53 void qxl_upload_box (qxl_surface_t *surface, int x1, int y1, int x2, int y2);
qxl.h 114 typedef struct qxl_surface_t qxl_surface_t; typedef in typeref:struct:qxl_surface_t
188 void (*update_area)(qxl_surface_t *surf, int x1, int y1, int x2, int y2);
192 qxl_surface_t *(*create_surface)(qxl_screen_t *qxl, int width,
194 void (*destroy_surface)(qxl_surface_t *surf);
198 qxl_surface_t *surf);
255 qxl_surface_t * primary;
448 qxl_surface_t * qxl_surface_cache_create_primary (qxl_screen_t *qxl,
450 void * qxl_surface_get_host_bits(qxl_surface_t *surface);
451 qxl_surface_t * qxl_surface_create (qxl_screen_t *qxl
    [all...]

Completed in 8 milliseconds