Home | History | Annotate | Download | only in vega

Lines Matching refs:clear_color

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]);
95 union pipe_color_union clear_color;
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];
101 &clear_color, 1., 0);
104 renderer_clear(ctx->renderer, x, y, width, height, ctx->state.vg.clear_color);