/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...] |
vg_state.c | 72 state->clear_color[0] = 0.0f; 73 state->clear_color[1] = 0.0f; 74 state->clear_color[2] = 0.0f; 75 state->clear_color[3] = 0.0f;
|
/external/mesa3d/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...] |
vg_state.c | 72 state->clear_color[0] = 0.0f; 73 state->clear_color[1] = 0.0f; 74 state->clear_color[2] = 0.0f; 75 state->clear_color[3] = 0.0f;
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
fs-fragcoord.c | 176 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);
|
fs-frontface.c | 150 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);
|
fs-write-z.c | 155 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);
|
occlusion-query.c | 158 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);
|
tex-srgb.c | 121 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);
|
tex-swizzle.c | 101 union pipe_color_union clear_color; local 103 clear_color.f[0] = 0.5; 104 clear_color.f[1] = 0.5; 105 clear_color.f[2] = 0.5; 106 clear_color.f[3] = 1.0; 108 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
|
/external/mesa3d/src/gallium/tests/graw/ |
fs-fragcoord.c | 176 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);
|
fs-frontface.c | 150 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);
|
fs-write-z.c | 155 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);
|
occlusion-query.c | 158 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);
|
tex-srgb.c | 121 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);
|
tex-swizzle.c | 101 union pipe_color_union clear_color; local 103 clear_color.f[0] = 0.5; 104 clear_color.f[1] = 0.5; 105 clear_color.f[2] = 0.5; 106 clear_color.f[3] = 1.0; 108 info.ctx->clear(info.ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
pp_program.h | 52 union pipe_color_union clear_color; member in struct:program
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_program.h | 52 union pipe_color_union clear_color; member in struct:program
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_clear.c | 50 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/drivers/i915/ |
i915_clear.c | 50 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/drivers/llvmpipe/ |
lp_rast.c | 154 const uint8_t *clear_color = arg.clear_color; local 159 clear_color[0], 160 clear_color[1], 161 clear_color[2], 162 clear_color[3]); 164 if (clear_color[0] == clear_color[1] && 165 clear_color[1] == clear_color[2] & [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 154 const uint8_t *clear_color = arg.clear_color; local 159 clear_color[0], 160 clear_color[1], 161 clear_color[2], 162 clear_color[3]); 164 if (clear_color[0] == clear_color[1] && 165 clear_color[1] == clear_color[2] & [all...] |
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_backing_store.h | 47 void Clear(SkColor clear_color);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/ |
d3d10tri.cpp | 90 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/ |
d3d11tri.cpp | 92 float clear_color[4] = {1, 0, 1, 1}; local 102 ctx->ClearRenderTargetView(rtv, clear_color);
|