HomeSort by relevance Sort by last modified time
    Searched full:clear_color (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_masks.c 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; local
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]
    [all...]