HomeSort by relevance Sort by last modified time
    Searched full:blend (Results 51 - 75 of 1044) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 298 ALOGE("Called unimplemented blend intrinsic BLEND_NORMAL");
302 ALOGE("Called unimplemented blend intrinsic BLEND_AVERAGE");
323 ALOGE("Called unimplemented blend intrinsic BLEND_SCREEN");
327 ALOGE("Called unimplemented blend intrinsic BLEND_DARKEN");
331 ALOGE("Called unimplemented blend intrinsic BLEND_LIGHTEN");
335 ALOGE("Called unimplemented blend intrinsic BLEND_OVERLAY");
339 ALOGE("Called unimplemented blend intrinsic BLEND_HARDLIGHT");
343 ALOGE("Called unimplemented blend intrinsic BLEND_SOFTLIGHT");
347 ALOGE("Called unimplemented blend intrinsic BLEND_DIFFERENCE");
351 ALOGE("Called unimplemented blend intrinsic BLEND_NEGATION")
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateField.cpp 49 if (blend.count() != 1 || blend[0] != SK_Scalar1) {
50 SkDebugf("blend=\"[");
52 for (int i = 0; i < blend.count(); i++) {
56 SkDebugf("%g", SkScalarToFloat(blend[i]));
SkDisplayRandom.h 34 SkScalar blend; member in class:SkDisplayRandom
  /external/llvm/test/CodeGen/X86/
2011-10-19-widen_vselect.ll 6 ; we are able to generate vector blend instructions.
9 ; CHECK: blend
19 ; CHECK: blend
31 ; CHECK: blend
42 ; CHECK: blend
  /external/skia/src/animator/
SkAnimateField.cpp 49 if (blend.count() != 1 || blend[0] != SK_Scalar1) {
50 SkDebugf("blend=\"[");
52 for (int i = 0; i < blend.count(); i++) {
56 SkDebugf("%g", SkScalarToFloat(blend[i]));
SkDisplayRandom.h 34 SkScalar blend; member in class:SkDisplayRandom
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 192 context_dirty(ctx, BLEND);
200 nv04->blend &= NV04_TEXTURED_TRIANGLE_BLEND_TEXTURE_MAP__MASK;
201 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_MASK_BIT_MSB |
205 nv04->blend |= get_blend_func(ctx->Color.Blend[0].DstRGB) << 28 |
206 get_blend_func(ctx->Color.Blend[0].SrcRGB) << 24;
209 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_BLEND_ENABLE;
213 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_SHADE_MODE_GOURAUD;
215 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_SHADE_MODE_FLAT;
219 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_SPECULAR_ENABLE
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 192 context_dirty(ctx, BLEND);
200 nv04->blend &= NV04_TEXTURED_TRIANGLE_BLEND_TEXTURE_MAP__MASK;
201 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_MASK_BIT_MSB |
205 nv04->blend |= get_blend_func(ctx->Color.Blend[0].DstRGB) << 28 |
206 get_blend_func(ctx->Color.Blend[0].SrcRGB) << 24;
209 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_BLEND_ENABLE;
213 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_SHADE_MODE_GOURAUD;
215 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_SHADE_MODE_FLAT;
219 nv04->blend |= NV04_TEXTURED_TRIANGLE_BLEND_SPECULAR_ENABLE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blend.c 31 * Only a few blend modes have been optimized (min, max, transparency, add)
78 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
79 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
80 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ZERO);
81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
104 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
105 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
106 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE);
107 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ZERO);
128 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 31 * Only a few blend modes have been optimized (min, max, transparency, add)
78 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
79 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
80 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ZERO);
81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
104 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD);
105 ASSERT(ctx->Color.Blend[0].EquationA == GL_FUNC_ADD);
106 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE);
107 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ZERO);
128 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_FUNC_ADD)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
output.c 571 struct pipe_blend_state blend; local
573 memset(&blend, 0, sizeof blend);
574 blend.independent_blend_enable = 0;
577 blend.rt[0].blend_enable = 1;
578 blend.rt[0].rgb_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_color);
579 blend.rt[0].rgb_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_color);
580 blend.rt[0].alpha_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_alpha);
581 blend.rt[0].alpha_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_alpha);
582 blend.rt[0].rgb_func = BlendEquationToPipe(blend_state->blend_equation_color)
641 void *blend; local
700 void *blend; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 571 struct pipe_blend_state blend; local
573 memset(&blend, 0, sizeof blend);
574 blend.independent_blend_enable = 0;
577 blend.rt[0].blend_enable = 1;
578 blend.rt[0].rgb_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_color);
579 blend.rt[0].rgb_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_color);
580 blend.rt[0].alpha_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_alpha);
581 blend.rt[0].alpha_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_alpha);
582 blend.rt[0].rgb_func = BlendEquationToPipe(blend_state->blend_equation_color)
641 void *blend; local
700 void *blend; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_matrix_filter.c 157 struct pipe_blend_state blend; local
177 memset(&blend, 0, sizeof blend);
178 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
179 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
180 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
181 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
182 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
183 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
184 blend.logicop_func = PIPE_LOGICOP_CLEAR
    [all...]
vl_median_filter.c 243 struct pipe_blend_state blend; local
263 memset(&blend, 0, sizeof blend);
264 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
265 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
266 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
267 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
268 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
269 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
270 blend.logicop_func = PIPE_LOGICOP_CLEAR
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 157 struct pipe_blend_state blend; local
177 memset(&blend, 0, sizeof blend);
178 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
179 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
180 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
181 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
182 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
183 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
184 blend.logicop_func = PIPE_LOGICOP_CLEAR
    [all...]
vl_median_filter.c 243 struct pipe_blend_state blend; local
263 memset(&blend, 0, sizeof blend);
264 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
265 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
266 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
267 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
268 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
269 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
270 blend.logicop_func = PIPE_LOGICOP_CLEAR
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h 71 SkMSec nextTime, const SkScalar blend[4] = NULL);
99 @param blend A positive scalar specifying how to blend between this
101 blend (slow to change at the beginning and end)
102 1 is a linear blend (default)
105 const SkScalar blend[4] = NULL);
  /external/skia/include/utils/
SkInterpolator.h 71 SkMSec nextTime, const SkScalar blend[4] = NULL);
99 @param blend A positive scalar specifying how to blend between this
101 blend (slow to change at the beginning and end)
102 1 is a linear blend (default)
105 const SkScalar blend[4] = NULL);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AlphaBlendFilter.java 48 " float blend = texture2D(tex_sampler_2, v_texcoord).r * weight;\n" +
49 " gl_FragColor = colorL * (1.0 - blend) + colorR * blend;\n" +
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 275 sp<ScriptIntrinsicBlend> blend = ScriptIntrinsicBlend::create(rs, e); local
278 blend->forEachAdd(inputAlloc, outputAlloc);
281 blend->forEachClear(inputAlloc, outputAlloc);
284 blend->forEachDst(inputAlloc, outputAlloc);
287 blend->forEachDstAtop(inputAlloc, outputAlloc);
290 blend->forEachDstIn(inputAlloc, outputAlloc);
293 blend->forEachDstOut(inputAlloc, outputAlloc);
296 blend->forEachDstOver(inputAlloc, outputAlloc);
299 blend->forEachMultiply(inputAlloc, outputAlloc);
302 blend->forEachSrc(inputAlloc, outputAlloc)
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
client_context_state_impl_autogen.h 14 : blend(false),
31 if (enable_flags.blend != enabled) {
33 enable_flags.blend = enabled;
92 *enabled = enable_flags.blend;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_yuv.c 40 struct pipe_blend_state blend; local
42 memset(&blend, 0, sizeof(struct pipe_blend_state));
43 blend.rt[0].blend_enable = 0;
44 blend.rt[0].colormask = PIPE_MASK_RGBA;
47 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
48 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
49 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
50 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
52 cso_set_blend(r->cso, &blend);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 40 struct pipe_blend_state blend; local
42 memset(&blend, 0, sizeof(struct pipe_blend_state));
43 blend.rt[0].blend_enable = 0;
44 blend.rt[0].colormask = PIPE_MASK_RGBA;
47 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
48 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
49 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO;
50 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO;
52 cso_set_blend(r->cso, &blend);
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 65 * values (with an implicity blend array of [0, 0, 1, 1] giving linear
79 * values and blend array.
85 * @param blend (may be null) Optional array of 4 blend values
87 public void setKeyFrame(int index, int msec, float[] values, float[] blend) {
94 if (blend != null && blend.length < 4) {
97 nativeSetKeyFrame(native_instance, index, msec, values, blend);
159 private static native void nativeSetKeyFrame(int native_instance, int index, int msec, float[] values, float[] blend);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
FillTest.java 63 void addTest(int index, int testId, int blend, int quadCount) {
75 dataItem.blend = blend;
91 addTest(index++, 1 /*testId*/, 0 /*blend*/, 10 /*quadCount*/);
92 addTest(index++, 0 /*testId*/, 0 /*blend*/, 10 /*quadCount*/);
93 addTest(index++, 1 /*testId*/, 1 /*blend*/, 10 /*quadCount*/);
94 addTest(index++, 0 /*testId*/, 1 /*blend*/, 10 /*quadCount*/);
95 addTest(index++, 2 /*testId*/, 1 /*blend*/, 3 /*quadCount*/);
96 addTest(index++, 2 /*testId*/, 1 /*blend*/, 1 /*quadCount*/);

Completed in 1382 milliseconds

1 23 4 5 6 7 8 91011>>