/external/mesa3d/src/gallium/drivers/r300/ |
r300_emit.c | 42 struct r300_blend_state* blend = (struct r300_blend_state*)state; local 49 WRITE_CS_TABLE(blend->cb_noclamp, size); 52 WRITE_CS_TABLE(blend->cb_clamp[swz], size); 55 WRITE_CS_TABLE(blend->cb_no_readwrite, size); [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_context.h | 198 const struct svga_blend_state *blend; member in struct:svga_state
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp.h | 282 bool blend; member in struct:brw_blorp_blit_prog_key
|
/external/pdfium/third_party/freetype/include/freetype/ |
ftmm.h | 335 /* design through normalized blend coordinates. */
|
/frameworks/base/libs/hwui/ |
GradientCache.cpp | 153 texture->blend = info.hasAlpha;
|
/frameworks/base/libs/input/ |
SpriteController.h | 120 /* Sets the sprite alpha blend ratio between 0.0 and 1.0. */
|
/hardware/qcom/display/msm8996/libcopybit/ |
copybit.h | 75 /* Blend mode */
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftmm.h | 335 /* design through normalized blend coordinates. */
|
/system/core/libpixelflinger/arch-mips/ |
t32cb16blend.S | 25 * blend one of 2 16bpp RGB pixels held in dreg selected by shift
|
/external/ImageMagick/ImageMagick/script/ |
composite.html | 122 <td><a href="command-line-options.php#blend">-blend <var>geometry</var></a></td> 123 <td>blend images</td>
|
porting.html | 236 <dt>Blend</dt> 237 <dd>blend this pixel channel with the alpha mask if it's enabled</dd> 260 <p>Previously MagickCore methods had channel analogs, for example, NegateImage() and NegateImageChannels(). The channel analog methods are no longer necessary because the pixel channel traits specify whether to act on a particular pixel channel or whether to blend with the alpha mask. For example, instead of</p> 377 channels. Most operators will blend alpha the other color channels, but other 454 <dd>treat the alpha channel independently (do not blend).</dd> [all...] |
/external/ImageMagick/www/ |
composite.html | 126 <td><a href="command-line-options.html#blend">-blend <var>geometry</var></a></td> 127 <td>blend images</td>
|
porting.html | 240 <dt>Blend</dt> 241 <dd>blend this pixel channel with the alpha mask if it's enabled</dd> 264 <p>Previously MagickCore methods had channel analogs, for example, NegateImage() and NegateImageChannels(). The channel analog methods are no longer necessary because the pixel channel traits specify whether to act on a particular pixel channel or whether to blend with the alpha mask. For example, instead of</p> 381 channels. Most operators will blend alpha the other color channels, but other 459 <dd>treat the alpha channel independently (do not blend).</dd> [all...] |
/external/mesa3d/doxygen/ |
gallium.doc | 74 rasterization options, blend modes, etc) and resources (drawing surfaces, 80 The p_defines.h header defines numerous constants and tokens (blend modes, 96 interface. It's responsible for translating Mesa state (blend modes, texture
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.cpp | 259 ID3D11BlendState* blend; member in struct:d3d11gears 443 ctx->OMSetBlendState(blend, blend_factor, ~0); 554 ensure(dev->CreateBlendState(&blendd, &blend));
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_vtbl.c | 261 sz += sizeof(state->Blend); 384 emit(intel, state->Blend, sizeof(state->Blend));
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
smmintrin.h | 80 /* Integer blend instructions - select data from 2 sources using 104 /* Single precision floating point blend instructions - select data 128 /* Double precision floating point blend instructions - select data
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
smmintrin.h | 80 /* Integer blend instructions - select data from 2 sources using 104 /* Single precision floating point blend instructions - select data 128 /* Double precision floating point blend instructions - select data
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
smmintrin.h | 161 /* Integer blend instructions - select data from 2 sources using 186 /* Single precision floating point blend instructions - select data 211 /* Double precision floating point blend instructions - select data
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ |
smmintrin.h | 159 /* Integer blend instructions - select data from 2 sources using 184 /* Single precision floating point blend instructions - select data 209 /* Double precision floating point blend instructions - select data
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ |
smmintrin.h | 159 /* Integer blend instructions - select data from 2 sources using 184 /* Single precision floating point blend instructions - select data 209 /* Double precision floating point blend instructions - select data
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
smmintrin.h | 159 /* Integer blend instructions - select data from 2 sources using 184 /* Single precision floating point blend instructions - select data 209 /* Double precision floating point blend instructions - select data
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
smmintrin.h | 161 /* Integer blend instructions - select data from 2 sources using 186 /* Single precision floating point blend instructions - select data 211 /* Double precision floating point blend instructions - select data
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale_neon.cc | 668 // General purpose row blend. 686 // Blend 25 / 75. 700 // Blend 50 / 50. 713 // Blend 75 / 25. 727 // Blend 100 / 0 - Copy row unchanged. [all...] |
/external/libyuv/files/source/ |
scale_neon.cc | 659 // General purpose row blend. 677 // Blend 25 / 75. 691 // Blend 50 / 50. 704 // Blend 75 / 25. 718 // Blend 100 / 0 - Copy row unchanged. [all...] |