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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpaint.c41 struct vg_paint { struct
143 static INLINE struct pipe_resource *create_gradient_texture(struct vg_paint *p)
175 static INLINE struct pipe_sampler_view *create_gradient_sampler_view(struct vg_paint *p)
195 struct vg_paint * paint_create(struct vg_context *ctx)
197 struct vg_paint *paint = CALLOC_STRUCT(vg_paint);
226 void paint_destroy(struct vg_paint *paint)
240 void paint_set_color(struct vg_paint *paint,
254 static INLINE void paint_color_buffer(struct vg_paint *paint, void *buffer)
264 static INLINE void paint_linear_gradient_buffer(struct vg_paint *pain
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpaint.c41 struct vg_paint { struct
143 static INLINE struct pipe_resource *create_gradient_texture(struct vg_paint *p)
175 static INLINE struct pipe_sampler_view *create_gradient_sampler_view(struct vg_paint *p)
195 struct vg_paint * paint_create(struct vg_context *ctx)
197 struct vg_paint *paint = CALLOC_STRUCT(vg_paint);
226 void paint_destroy(struct vg_paint *paint)
240 void paint_set_color(struct vg_paint *paint,
254 static INLINE void paint_color_buffer(struct vg_paint *paint, void *buffer)
264 static INLINE void paint_linear_gradient_buffer(struct vg_paint *pain
[all...]

Completed in 1188 milliseconds