OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paint_create
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
api_paint.c
37
return paint_to_handle(
paint_create
(vg_current_context()));
paint.h
40
struct vg_paint *
paint_create
(struct vg_context *ctx);
vg_context.c
108
ctx->default_paint =
paint_create
(ctx);
paint.c
195
struct vg_paint *
paint_create
(struct vg_context *ctx)
function
Completed in 39 milliseconds