Home | History | Annotate | Download | only in vega

Lines Matching refs:vg

27 #include "VG/openvg.h"
86 ctx->state.vg.clear_color[0],
87 ctx->state.vg.clear_color[1],
88 ctx->state.vg.clear_color[2],
89 ctx->state.vg.clear_color[3]);
93 if (!ctx->state.vg.scissoring &&
96 clear_color.f[0] = ctx->state.vg.clear_color[0];
97 clear_color.f[1] = ctx->state.vg.clear_color[1];
98 clear_color.f[2] = ctx->state.vg.clear_color[2];
99 clear_color.f[3] = ctx->state.vg.clear_color[3];
104 renderer_clear(ctx->renderer, x, y, width, height, ctx->state.vg.clear_color);