/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_blend_soa.c | 31 * Blend LLVM IR generation -- SoA layout. 62 * lp_blend_test -o blend.tsv 115 * Build a single SOA blend factor for a color channel. 200 * Generate blend code in SOA mode. 201 * \param rt render target index (to index the blend / colormask state) 204 * \param con constant blend color 209 const struct pipe_blend_state *blend, 234 if (blend->rt[rt].colormask & (1 << i)) { 235 if (blend->logicop_enable) { 237 res[i] = lp_build_logicop(builder, blend->logicop_func, src[i], dst[i]) [all...] |
lp_rast_debug.c | 84 return variant->key.blend.rt[0].blend_enable; 117 boolean blend) 139 boolean blend; local 145 blend = tile->state->variant->key.blend.rt[0].blend_enable; 152 plot(tile, i, j, val, blend); 187 boolean blend = tile->state->variant->key.blend.rt[0].blend_enable; local 210 plot(tile, x, y, val, blend); 248 boolean blend = is_blend(tile->state, block, k) local [all...] |
lp_bld_blend_aos.c | 31 * Blend LLVM IR generation -- AoS layout. 245 * @param blend the blend state of the shader variant 249 * @param src blend src 250 * @param dst blend dst 252 * @param const_ const blend color 259 const struct pipe_blend_state *blend, 269 const struct pipe_rt_blend_state * state = &blend->rt[rt];
|
/external/skia/tools/ |
dm_flags.json | 55 "blend", 123 "blend", 127 "blend", 131 "blend", 254 "blend", 322 "blend", 326 "blend", 330 "blend", 538 "blend", 606 "blend", [all...] |
/external/llvm/test/CodeGen/X86/ |
avx-cast.ll | 4 ; Prefer a blend instruction to a vinsert128 instruction because blends 64 ; AVX1-NOT: blend 68 ; AVX2-NOT: blend 78 ; AVX1-NOT: blend 82 ; AVX2-NOT: blend 92 ; AVX1-NOT: blend 96 ; AVX2-NOT: blend
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel.c | 70 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || 71 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || 72 ctx->Color.Blend[0].EquationRGB != GL_FUNC_ADD || 73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || 74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || 75 ctx->Color.Blend[0].EquationA != GL_FUNC_ADD)) { 76 DBG("fallback due to blend\n");
|
/external/opencv3/doc/tutorials/highgui/trackbar/ |
trackbar.markdown | 53 imshow( "Linear Blend", dst ); 69 namedWindow("Linear Blend", 1); 75 createTrackbar( TrackbarName, "Linear Blend", &alpha_slider, alpha_slider_max, on_trackbar ); 98 namedWindow("Linear Blend", 1); 102 createTrackbar( TrackbarName, "Linear Blend", &alpha_slider, alpha_slider_max, on_trackbar ); 107 - The Trackbar is located in the window named **"Linear Blend"** 122 imshow( "Linear Blend", dst );
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Convolve5x5.java | 36 private float blend(float v1, float v2, float p) { method in class:Convolve5x5 43 float cf1 = blend(f125, -1.f, str); 44 float cf2 = blend(f125, -3.f, str); 45 float cf3 = blend(f125, -4.f, str); 46 float cf4 = blend(f125, 6.f, str); 47 float cf5 = blend(f125, 20.f, str); 48 float cf6 = blend(f125, 0.f, str);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Convolve5x5.java | 43 private float blend(float v1, float v2, float p) { method in class:Convolve5x5 50 float cf1 = blend(f125, -1.f, str); 51 float cf2 = blend(f125, -3.f, str); 52 float cf3 = blend(f125, -4.f, str); 53 float cf4 = blend(f125, 6.f, str); 54 float cf5 = blend(f125, 20.f, str); 55 float cf6 = blend(f125, 0.f, str);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_cc.c | 72 * Modify blend function to force destination alpha to 1.0 74 * If \c function specifies a blend function that uses destination alpha, 150 GLenum eqRGB = ctx->Color.Blend[0].EquationRGB; 151 GLenum eqA = ctx->Color.Blend[0].EquationA; 152 GLenum srcRGB = ctx->Color.Blend[0].SrcRGB; 153 GLenum dstRGB = ctx->Color.Blend[0].DstRGB; 154 GLenum srcA = ctx->Color.Blend[0].SrcA; 155 GLenum dstA = ctx->Color.Blend[0].DstA; 157 /* If the renderbuffer is XRGB, we have to frob the blend function to
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_state.c | 42 uint32_t blend[2], cmask[2]; local 62 blend[0] = cso->rt[0].blend_enable; 68 blend[1] = 0; 71 blend[1] |= cso->rt[i].blend_enable << i; 78 blend[1] = 0x0000000e * (blend[0] & 0x00000001); 87 SB_DATA (so, blend[1]); 91 if (blend[0] || blend[1]) { 93 SB_DATA (so, blend[0]) [all...] |
/external/opencv/cvaux/src/ |
cvmorphing.cpp | 119 /* Blend R */ 124 /* Blend G */ 129 /* Blend B */ 148 /* Blend R */ 152 /* Blend G */ 156 /* Blend B */ 208 /* Blend R */ 215 /* Blend G */ 223 /* Blend B */ 245 /* Blend R * [all...] |
/frameworks/base/libs/hwui/ |
DeferredLayerUpdater.h | 53 ANDROID_API bool setBlend(bool blend) { 54 if (blend != mBlend) { 55 mBlend = blend;
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni.cpp | 325 sp<ScriptIntrinsicBlend> blend = ScriptIntrinsicBlend::create(rs, e); local 328 blend->forEachAdd(inputAlloc, outputAlloc); 331 blend->forEachClear(inputAlloc, outputAlloc); 334 blend->forEachDst(inputAlloc, outputAlloc); 337 blend->forEachDstAtop(inputAlloc, outputAlloc); 340 blend->forEachDstIn(inputAlloc, outputAlloc); 343 blend->forEachDstOut(inputAlloc, outputAlloc); 346 blend->forEachDstOver(inputAlloc, outputAlloc); 349 blend->forEachMultiply(inputAlloc, outputAlloc); 352 blend->forEachSrc(inputAlloc, outputAlloc) [all...] |
/external/freetype/src/psaux/ |
t1decode.h | 50 PS_Blend blend,
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 101 const struct pipe_blend_state *blend) 106 unsigned eqRGB = blend->rt[0].rgb_func; 107 unsigned srcRGB = blend->rt[0].rgb_src_factor; 108 unsigned dstRGB = blend->rt[0].rgb_dst_factor; 110 unsigned eqA = blend->rt[0].alpha_func; 111 unsigned srcA = blend->rt[0].alpha_src_factor; 112 unsigned dstA = blend->rt[0].alpha_dst_factor; 141 LOGIC_OP_FUNC(i915_translate_logic_op(blend->logicop_func))); 143 if (blend->logicop_enable) 146 if (blend->dither [all...] |
/external/pdfium/third_party/freetype/src/psaux/ |
t1decode.h | 50 PS_Blend blend,
|
/frameworks/base/libs/hwui/renderstate/ |
RenderState.h | 22 #include "renderstate/Blend.h" 96 Blend& blend() { return *mBlend; } function in class:android::uirenderer::RenderState 116 Blend* mBlend = nullptr;
|
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/ |
DrawableTintingFragment.java | 43 * a reference to a color and a PorterDuff blend mode. The color and blend mode can be 96 * Selector for blend type for color tinting. 111 * Identifier for state of blend mod spinner in state bundle. 188 // Set up the spinner for blend mode selection from a string array resource 193 // Set a listener to update the tinted image when a blend mode is selected 208 // Apply the default blend mode and color 249 * Update the tint of the image with the color set in the seekbars and selected blend mode. 252 * {@link Color#argb(int, int, int, int)}, it is set togethe with the blend mode on the background 279 * Listener that updates the tint when a blend mode is selected [all...] |
/developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/ |
DrawableTintingFragment.java | 43 * a reference to a color and a PorterDuff blend mode. The color and blend mode can be 96 * Selector for blend type for color tinting. 111 * Identifier for state of blend mod spinner in state bundle. 188 // Set up the spinner for blend mode selection from a string array resource 193 // Set a listener to update the tinted image when a blend mode is selected 208 // Apply the default blend mode and color 249 * Update the tint of the image with the color set in the seekbars and selected blend mode. 252 * {@link Color#argb(int, int, int, int)}, it is set togethe with the blend mode on the background 279 * Listener that updates the tint when a blend mode is selected [all...] |
/development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/ |
DrawableTintingFragment.java | 43 * a reference to a color and a PorterDuff blend mode. The color and blend mode can be 96 * Selector for blend type for color tinting. 111 * Identifier for state of blend mod spinner in state bundle. 188 // Set up the spinner for blend mode selection from a string array resource 193 // Set a listener to update the tinted image when a blend mode is selected 208 // Apply the default blend mode and color 249 * Update the tint of the image with the color set in the seekbars and selected blend mode. 252 * {@link Color#argb(int, int, int, int)}, it is set togethe with the blend mode on the background 279 * Listener that updates the tint when a blend mode is selected [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
renderer.c | 382 * Set renderer blend state. Blending is disabled. 384 * This function modifies blend state. 389 struct pipe_blend_state blend; local 391 memset(&blend, 0, sizeof(blend)); 393 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; 394 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; 395 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO; 396 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO; 399 blend.rt[0].colormask |= PIPE_MASK_R 1265 struct pipe_blend_state blend; local [all...] |
/developers/samples/android/ui/DrawableTinting/ |
template-params.xml | 31 with a reference to a color and a PorterDuff blend mode. The color and blend mode can be
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BlendComposite.java | 175 result = blender.blend(srcPixel, dstPixel, result); 199 public abstract int[] blend(int[] src, int[] dst, int[] result); method in class:BlendComposite.Blender 206 public int[] blend(int[] src, int[] dst, int[] result) { 216 public int[] blend(int[] src, int[] dst, int[] result) { 227 public int[] blend(int[] src, int[] dst, int[] result) { 238 public int[] blend(int[] src, int[] dst, int[] result) { 249 public int[] blend(int[] src, int[] dst, int[] result) { 261 public int[] blend(int[] src, int[] dst, int[] result) {
|
/external/llvm/test/CodeGen/ARM/ |
vselect_imax.ll | 17 %T1_10* %blend, %T0_10* %storeaddr) { 33 %T1_14* %blend, %T0_14* %storeaddr) { 49 %T1_15* %blend, %T0_15* %storeaddr) { 68 %T1_18* %blend, %T0_18* %storeaddr) { 84 %T1_19* %blend, %T0_19* %storeaddr) { 102 %T1_20* %blend, %T0_20* %storeaddr) {
|