OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vg_paint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
paint.c
41
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
*paint
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
paint.c
41
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
*paint
[
all
...]
Completed in 479 milliseconds