/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_fs.c | 185 /* The blend workaround for simulating logicop xor behaviour 199 if (svga->curr.blend->need_white_fragments) {
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_render.c | 107 PUSH_DATA (push, nv04->blend); 134 PUSH_DATA (push, nv04->blend & ~0x0000000f);
|
/external/skia/gm/ |
imagefiltersgraph.cpp | 177 SkAutoTUnref<SkImageFilter> blend( 181 paint.setImageFilter(blend);
|
/external/skia/src/gpu/ |
GrCaps.cpp | 178 r.appendf("Advanced Blend Equation Blacklist : 0x%x\n", fAdvBlendEqBlacklist); 197 r.appendf("Blend Equation Support : %s\n",
|
/external/skia/src/gpu/effects/ |
GrXfermodeFragmentProcessor.cpp | 106 // emit blend code 245 // emit blend code
|
/external/skia/src/gpu/glsl/ |
GrGLSLFragmentShaderBuilder.h | 128 /** Adds any necessary layout qualifiers in order to legalize the supplied blend equation with 129 this shader. It is only legal to call this method with an advanced blend equation, and only
|
/external/skia/src/opts/ |
SkOpts_sse41.cpp | 191 // Src blend mode: a simple lerp from d to s by c. 204 // SrcOver blend mode, with coverage folded into source alpha.
|
/frameworks/base/libs/hwui/ |
Program.h | 107 Blend 247 case ColorFilterMode::Blend:
|
/external/mesa3d/src/gallium/drivers/identity/ |
id_context.c | 119 const struct pipe_blend_state *blend) 125 blend); 130 void *blend) 136 blend); 141 void *blend) 147 blend);
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_context.c | 209 const struct pipe_blend_state *blend) 217 blend); 225 void *blend) 232 blend); 238 void *blend) 245 blend); [all...] |
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_mdp.h | 521 * enum mdss_mdp_blend_op - Different blend operations set by userspace 523 * @BLEND_OP_NOT_DEFINED: No blend operation defined for the layer. 524 * @BLEND_OP_OPAQUE: Apply a constant blend operation. The layer 527 * @BLEND_OP_PREMULTIPLIED: Apply source over blend rule. Layer already has 532 * @BLEND_OP_COVERAGE: Apply source over blend rule. Layer is not alpha 536 * @BLEND_OP_MAX: Used to track maximum blend operation possible by
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_mdp.h | 688 * enum mdss_mdp_blend_op - Different blend operations set by userspace 690 * @BLEND_OP_NOT_DEFINED: No blend operation defined for the layer. 691 * @BLEND_OP_OPAQUE: Apply a constant blend operation. The layer 694 * @BLEND_OP_PREMULTIPLIED: Apply source over blend rule. Layer already has 699 * @BLEND_OP_COVERAGE: Apply source over blend rule. Layer is not alpha 703 * @BLEND_OP_MAX: Used to track maximum blend operation possible by [all...] |
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_mdp.h | 499 * enum mdss_mdp_blend_op - Different blend operations set by userspace 501 * @BLEND_OP_NOT_DEFINED: No blend operation defined for the layer. 502 * @BLEND_OP_OPAQUE: Apply a constant blend operation. The layer 505 * @BLEND_OP_PREMULTIPLIED: Apply source over blend rule. Layer already has 510 * @BLEND_OP_COVERAGE: Apply source over blend rule. Layer is not alpha 514 * @BLEND_OP_MAX: Used to track maximum blend operation possible by
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_mdp.h | 497 * enum mdss_mdp_blend_op - Different blend operations set by userspace 499 * @BLEND_OP_NOT_DEFINED: No blend operation defined for the layer. 500 * @BLEND_OP_OPAQUE: Apply a constant blend operation. The layer 503 * @BLEND_OP_PREMULTIPLIED: Apply source over blend rule. Layer already has 508 * @BLEND_OP_COVERAGE: Apply source over blend rule. Layer is not alpha 512 * @BLEND_OP_MAX: Used to track maximum blend operation possible by
|
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_state.c | 102 R600_ERR("Unknown blend function %d\n", blend_func); 151 R600_ERR("Bad blend factor %d not supported!\n", blend_fact); 687 struct r600_pipe_blend *blend = CALLOC_STRUCT(r600_pipe_blend); local 693 if (blend == NULL) { 697 rstate = &blend->rstate; 717 blend->cb_target_mask = target_mask; 727 blend->dual_src_blend = util_blend_state_is_dual(state, 0); 766 blend->alpha_to_one = state->alpha_to_one; 3181 struct pipe_blend_state blend; local 3193 struct pipe_blend_state blend; local [all...] |
/external/ImageMagick/ImageMagick/script/ |
compose.html | 455 composite ... -blend 50x50 ... 467 convert ... -compose blend -define compose:args=50,50 -composite ... 496 <td>blend</td> 500 href="command-line-options.php#blend">-blend</a> 505 a <code>-blend 30</code> merges 30% of the 'source' image with 70% of 506 the 'destination' image. Thus it is equivalent to <code>-blend
|
/external/ImageMagick/www/ |
compose.html | 459 composite ... -blend 50x50 ... 471 convert ... -compose blend -define compose:args=50,50 -composite ... 500 <td>blend</td> 504 href="command-line-options.html#blend">-blend</a> 509 a <code>-blend 30</code> merges 30% of the 'source' image with 70% of 510 the 'destination' image. Thus it is equivalent to <code>-blend
|
/external/llvm/test/CodeGen/X86/ |
masked_memop.ll | 12 ; AVX2-NOT: blend 32 ; AVX2-NOT: blend 62 ; AVX2: blend 97 ; AVX2: blend 109 ; AVX2: blend 132 ; AVX2: blend 274 ; AVX2-NOT: blend
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_context.c | 104 void *blend, *blend_saved; member in struct:cso_context 127 if (ctx->blend == cso->data) 406 if (ctx->blend != handle) { 407 ctx->blend = handle; 416 ctx->blend_saved = ctx->blend; 421 if (ctx->blend != ctx->blend_saved) { 422 ctx->blend = ctx->blend_saved; [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameView.java | 489 static int blend(float alpha, int from, int to) { 496 paint.setARGB(blend(alpha, a1, a2), blend(alpha, r1, r2), 497 blend(alpha, g1, g2), blend(alpha, b1, b2));
|
/external/mesa3d/docs/ |
conform.html | 141 Blend test passed. 254 Blend test passed. 367 Blend test passed. 480 Blend test passed. 593 Blend test passed.
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug.c | 289 FLAG(ptr[j], 15, "blend enable"); 290 BITS(ptr[j], 14, 12, "blend func"); 291 BITS(ptr[j], 11, 8, "blend src factor"); 292 BITS(ptr[j], 7, 4, "blend dst factor"); 621 FLAG(ptr[j], 25, "linear gamma blend");
|
/external/opencv3/modules/java/src/ |
photo+Photo.java | 328 // C++: void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat& blend, int flags) 331 //javadoc: seamlessClone(src, dst, mask, p, blend, flags) 332 public static void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat blend, int flags) 335 seamlessClone_0(src.nativeObj, dst.nativeObj, mask.nativeObj, p.x, p.y, blend.nativeObj, flags); 688 // C++: void seamlessClone(Mat src, Mat dst, Mat mask, Point p, Mat& blend, int flags)
|
/external/opencv3/modules/stitching/src/ |
blenders.cpp | 109 void Blender::blend(InputOutputArray dst, InputOutputArray dst_mask) function in class:cv::detail::Blender 162 void FeatherBlender::blend(InputOutputArray dst, InputOutputArray dst_mask) function in class:cv::detail::FeatherBlender 166 Blender::blend(dst, dst_mask); 432 void MultiBandBlender::blend(InputOutputArray dst, InputOutputArray dst_mask) function in class:cv::detail::MultiBandBlender 449 Blender::blend(dst, dst_mask);
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttobjs.c | 646 if ( face->blend->mmvar->namedstyle ) 655 named_style = face->blend->mmvar->namedstyle + instance_index - 1; 669 face->blend->mmvar->num_axis, 764 tt_done_blend( memory, face->blend ); 765 face->blend = NULL; [all...] |