Searched defs:clear_color (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_program.h52 union pipe_color_union clear_color; member in struct:program
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dclear.c29 union pipe_color_union clear_color = { {1, 0, 1, 1} }; local
31 ctx->clear(ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Dfs-fragcoord.c176 union pipe_color_union clear_color; local
178 clear_color.f[0] = 0.25;
179 clear_color.f[1] = 0.25;
180 clear_color.f[2] = 0.25;
181 clear_color.f[3] = 1.0;
185 &clear_color, 1.0, 0);
H A Dfs-frontface.c150 union pipe_color_union clear_color; local
152 clear_color.f[0] = 0.25;
153 clear_color.f[1] = 0.25;
154 clear_color.f[2] = 0.25;
155 clear_color.f[3] = 1.00;
159 &clear_color, 1.0, 0);
H A Dfs-write-z.c155 union pipe_color_union clear_color; local
157 clear_color.f[0] = 0.25;
158 clear_color.f[1] = 0.25;
159 clear_color.f[2] = 0.25;
160 clear_color.f[3] = 1.00;
164 &clear_color, 1.0, 0);
H A Dtri.c103 union pipe_color_union clear_color = { {1,0,1,1} }; local
105 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Docclusion-query.c158 union pipe_color_union clear_color; local
163 clear_color.f[0] = 0.25;
164 clear_color.f[1] = 0.25;
165 clear_color.f[2] = 0.25;
166 clear_color.f[3] = 1.00;
170 &clear_color, 1.0, 0);
H A Dquad-tex.c105 union pipe_color_union clear_color = { {.5,.5,.5,1} }; local
107 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Dtex-srgb.c121 union pipe_color_union clear_color; local
123 clear_color.f[0] = 0.5;
124 clear_color.f[1] = 0.5;
125 clear_color.f[2] = 0.5;
126 clear_color.f[3] = 1.0;
128 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.h52 union pipe_color_union clear_color; member in struct:program
/external/mesa3d/src/gallium/tests/graw/
H A Dclear.c29 union pipe_color_union clear_color = { {1, 0, 1, 1} }; local
31 ctx->clear(ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
H A Dfs-fragcoord.c176 union pipe_color_union clear_color; local
178 clear_color.f[0] = 0.25;
179 clear_color.f[1] = 0.25;
180 clear_color.f[2] = 0.25;
181 clear_color.f[3] = 1.0;
185 &clear_color, 1.0, 0);
H A Dfs-frontface.c150 union pipe_color_union clear_color; local
152 clear_color.f[0] = 0.25;
153 clear_color.f[1] = 0.25;
154 clear_color.f[2] = 0.25;
155 clear_color.f[3] = 1.00;
159 &clear_color, 1.0, 0);
H A Dfs-write-z.c155 union pipe_color_union clear_color; local
157 clear_color.f[0] = 0.25;
158 clear_color.f[1] = 0.25;
159 clear_color.f[2] = 0.25;
160 clear_color.f[3] = 1.00;
164 &clear_color, 1.0, 0);
H A Dtri.c103 union pipe_color_union clear_color = { {1,0,1,1} }; local
105 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_clear.c50 uint32_t clear_params, clear_color, clear_depth, clear_stencil, local
69 clear_color = u_color.ui;
72 clear_color = (u_color.ui & 0xffff) | (u_color.ui << 16);
83 clear_color = clear_color8888 = 0;
139 OUT_BATCH(clear_color);
158 OUT_BATCH(clear_color);
190 OUT_BATCH(clear_color);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.cpp90 float clear_color[4] = {1, 0, 1, 1}; local
100 ctx->ClearRenderTargetView(rtv, clear_color);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.cpp92 float clear_color[4] = {1, 0, 1, 1}; local
102 ctx->ClearRenderTargetView(rtv, clear_color);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_masks.c86 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
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c50 uint32_t clear_params, clear_color, clear_depth, clear_stencil, local
69 clear_color = u_color.ui;
72 clear_color = (u_color.ui & 0xffff) | (u_color.ui << 16);
83 clear_color = clear_color8888 = 0;
139 OUT_BATCH(clear_color);
158 OUT_BATCH(clear_color);
190 OUT_BATCH(clear_color);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.cpp90 float clear_color[4] = {1, 0, 1, 1}; local
100 ctx->ClearRenderTargetView(rtv, clear_color);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.cpp92 float clear_color[4] = {1, 0, 1, 1}; local
102 ctx->ClearRenderTargetView(rtv, clear_color);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_masks.c86 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
[all...]
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin_backing_store.cc95 void BrowserPluginBackingStore::Clear(SkColor clear_color) { argument
96 canvas_->clear(clear_color);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h91 union pipe_color_union clear_color; /**< for color bufs */ member in struct:softpipe_tile_cache

Completed in 1702 milliseconds

123