HomeSort by relevance Sort by last modified time
    Searched full:vg_image (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.h 38 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 *dst, VGint dx, VGint dy
    [all...]
handle.h 50 struct vg_image;
79 image_to_handle(struct vg_image *img)
81 /* vg_image is derived from vg_object */
136 static INLINE struct vg_image *
139 return (struct vg_image *) handle_to_pointer(h);
image.c 207 static struct pipe_resource *image_texture(struct vg_image *img)
214 static void image_cleari(struct vg_image *img, VGint clear_colori,
234 struct vg_image * image_create(VGImageFormat format,
239 struct vg_image *image = CALLOC_STRUCT(vg_image);
296 void image_destroy(struct vg_image *img)
305 struct vg_image **array =
306 (struct vg_image **)img->parent->children_array->data;
309 struct vg_image *child = array[idx];
321 struct vg_image *parent = img->parent
    [all...]
mask.h 33 struct vg_image;
57 void mask_using_image(struct vg_image *image,
shader.h 35 struct vg_image;
55 void shader_set_image(struct shader *shader, struct vg_image *img);
text.h 34 struct vg_image;
49 struct vg_image *image,
api_images.c 132 struct vg_image *img = handle_to_image(image);
150 struct vg_image *img;
178 struct vg_image *img;
206 struct vg_image *img;
230 struct vg_image *p;
258 struct vg_image *img;
336 struct vg_image *img;
375 struct vg_image *img = image_create(dataFormat, width, height);
paint.h 36 struct vg_image;
100 struct vg_image *img);
api_filters.c 49 struct vg_image *dst;
50 struct vg_image *src;
243 struct vg_image *d, *s;
294 struct vg_image *d, *s;
484 struct vg_image *d, *s;
586 struct vg_image *d, *s;
643 struct vg_image *d, *s;
text.c 110 image_draw((struct vg_image *) glyph->object, &m);
177 struct vg_image *image,
api_text.c 108 struct vg_image *img_obj;
shader.c 50 struct vg_image *image;
386 void shader_set_image(struct shader *shader, struct vg_image *img)
api_masks.c 61 struct vg_image *image = handle_to_image(mask);
  /external/mesa3d/src/gallium/state_trackers/vega/
image.h 38 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 *dst, VGint dx, VGint dy
    [all...]
handle.h 50 struct vg_image;
79 image_to_handle(struct vg_image *img)
81 /* vg_image is derived from vg_object */
136 static INLINE struct vg_image *
139 return (struct vg_image *) handle_to_pointer(h);
image.c 207 static struct pipe_resource *image_texture(struct vg_image *img)
214 static void image_cleari(struct vg_image *img, VGint clear_colori,
234 struct vg_image * image_create(VGImageFormat format,
239 struct vg_image *image = CALLOC_STRUCT(vg_image);
296 void image_destroy(struct vg_image *img)
305 struct vg_image **array =
306 (struct vg_image **)img->parent->children_array->data;
309 struct vg_image *child = array[idx];
321 struct vg_image *parent = img->parent
    [all...]
mask.h 33 struct vg_image;
57 void mask_using_image(struct vg_image *image,
shader.h 35 struct vg_image;
55 void shader_set_image(struct shader *shader, struct vg_image *img);
text.h 34 struct vg_image;
49 struct vg_image *image,
api_images.c 132 struct vg_image *img = handle_to_image(image);
150 struct vg_image *img;
178 struct vg_image *img;
206 struct vg_image *img;
230 struct vg_image *p;
258 struct vg_image *img;
336 struct vg_image *img;
375 struct vg_image *img = image_create(dataFormat, width, height);
paint.h 36 struct vg_image;
100 struct vg_image *img);
api_filters.c 49 struct vg_image *dst;
50 struct vg_image *src;
243 struct vg_image *d, *s;
294 struct vg_image *d, *s;
484 struct vg_image *d, *s;
586 struct vg_image *d, *s;
643 struct vg_image *d, *s;
text.c 110 image_draw((struct vg_image *) glyph->object, &m);
177 struct vg_image *image,
api_text.c 108 struct vg_image *img_obj;
shader.c 50 struct vg_image *image;
386 void shader_set_image(struct shader *shader, struct vg_image *img)

Completed in 2848 milliseconds

1 2