Searched defs:vg_image (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.h38 struct vg_image { struct
44 struct vg_image *parent;
52 struct vg_image *image_create(VGImageFormat format,
54 void image_destroy(struct vg_image *img);
56 void image_clear(struct vg_image *img,
59 void image_sub_data(struct vg_image *image,
66 void image_get_sub_data(struct vg_image * image,
73 struct vg_image *image_child_image(struct vg_image *parent,
77 void image_copy(struct vg_image *ds
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.h38 struct vg_image { struct
44 struct vg_image *parent;
52 struct vg_image *image_create(VGImageFormat format,
54 void image_destroy(struct vg_image *img);
56 void image_clear(struct vg_image *img,
59 void image_sub_data(struct vg_image *image,
66 void image_get_sub_data(struct vg_image * image,
73 struct vg_image *image_child_image(struct vg_image *parent,
77 void image_copy(struct vg_image *ds
[all...]

Completed in 270 milliseconds