/hardware/qcom/display/msm8960/liboverlay/ |
overlayMdp.h | 105 /* set blending method */ 106 void setBlending(overlay::utils::eBlending blending); 250 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { 252 switch((int) blending) {
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdp.h | 106 /* set blending method */ 107 void setBlending(overlay::utils::eBlending blending); 253 inline void MdpCtrl::setBlending(overlay::utils::eBlending blending) { 254 switch((int) blending) {
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
QuickContactImageView.java | 68 // There is no way to avoid all this casting. Blending modes aren't equally
|
/hardware/intel/common/libva/va/ |
va_vpp.h | 363 /** @name Video blending flags */ 365 /** \brief Global alpha blending. */ 367 /** \brief Premultiplied alpha blending (RGBA surfaces only). */ 373 /** \brief Video blending state definition. */ 375 /** \brief Video blending flags. */ 490 /** \brief Blend flags. See "Video blending flags". */ 683 * \brief blending state. See "Video blending state definition". 687 * - RGB: per-pixel alpha blending ; 688 * - YUV: no blending, i.e override the underlying pixels [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Mosaic.cpp | 119 // Convert to YVU24 which is used by blending 186 // Haven't accepted any frame in aligner. No need to do blending.
|
/external/chromium_org/cc/quads/ |
draw_quad.h | 79 // By default blending is used when some part of the quad is not opaque. 80 // With this setting, it is possible to force blending on regardless of the
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
DynamicsCompressor.cpp | 153 // This is effectively a master volume on the compressed signal (pre-blending). 156 // Linear blending value from dry to completely processed (0 -> 1)
|
/external/chromium_org/third_party/hwcplus/include/hardware/ |
hwcomposer.h | 155 /* blending to apply during composition */ 156 int32_t blending; member in struct:hwc_layer_1::__anon15615::__anon15616 228 * if (blending == HWC_BLENDING_PREMULT) 232 * Then blending proceeds as usual according to the "blending" 238 * if (blending == HWC_BLENDING_PREMULT) 252 * if (blending == HWC_BLENDING_PREMULT) 253 * blending = HWC_BLENDING_COVERAGE;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_blorp.cpp | 91 * blending, it doesn't matter how we interpret the bit pattern as long 98 * values don't require any blending, it doesn't matter how we interpret
|
/external/deqp/doc/testspecs/GLES2/ |
performance.txt | 83 operations such as blending. 94 preferred way to do this is to enable simple additive blending. The extra
|
/external/deqp/doc/testspecs/GLES3/ |
performance.txt | 83 operations such as blending. 94 preferred way to do this is to enable simple additive blending. The extra
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp.cpp | 91 * blending, it doesn't matter how we interpret the bit pattern as long 98 * values don't require any blending, it doesn't matter how we interpret
|
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 27 * blending, scaling and several surface format conversion. 228 * and others are out side of it, in luma key blending case, the pixels with Y value 698 printf("Blending type = %s, alpha = %f, min_luma = %3d, max_luma = %3d \n", 708 printf("Blending is not supported in driver! \n"); 713 printf("Driver do not support current blending flags: %d", state->flags); 772 /* Blending related state */ [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_blend.c | 28 * \brief software blending. 117 * Common transparency blending mode: 467 * Do any blending operation, using floating point. 816 * Do any blending operation, any chanType. 829 _mesa_error(ctx, GL_OUT_OF_MEMORY, "blending"); 899 * Analyze current blending parameters to pick fastest blending function. 916 /* Note: GL_MIN ignores the blending weight factors */ 926 /* Note: GL_MAX ignores the blending weight factors */ 991 * Apply the blending operator to a span of pixels [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_blend.c | 28 * \brief software blending. 117 * Common transparency blending mode: 467 * Do any blending operation, using floating point. 816 * Do any blending operation, any chanType. 829 _mesa_error(ctx, GL_OUT_OF_MEMORY, "blending"); 899 * Analyze current blending parameters to pick fastest blending function. 916 /* Note: GL_MIN ignores the blending weight factors */ 926 /* Note: GL_MAX ignores the blending weight factors */ 991 * Apply the blending operator to a span of pixels [all...] |
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 159 l->blending, 179 "format = %u, blending = %u", 182 c.format, c.blending); 460 static enum s3c_fb_blending exynos5_blending_to_s3c_blending(int32_t blending) 462 switch (blending) { 475 static bool exynos5_blending_is_supported(int32_t blending) 477 return exynos5_blending_to_s3c_blending(blending) < S3C_FB_BLENDING_MAX; 817 if (!exynos5_blending_is_supported(layer.blending)) { 818 ALOGV("\tlayer %u: blending %d not supported", i, layer.blending); [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawState.h | 437 /// @name Blending 441 * Sets the blending function coefficients. 476 * Sets the blending function constant referenced by the following blending 489 * @return the blending constant value 496 * will not as coverage is applied after blending. 501 * Optimizations for blending / coverage to that can be applied based on the current state. 513 * Emit the src color, disable HW blending (replace dst with src) 741 * Usually coverage is applied after color blending. The color is blended using the coeffs [all...] |
/external/skia/src/gpu/ |
GrDrawState.h | 437 /// @name Blending 441 * Sets the blending function coefficients. 476 * Sets the blending function constant referenced by the following blending 489 * @return the blending constant value 496 * will not as coverage is applied after blending. 501 * Optimizations for blending / coverage to that can be applied based on the current state. 513 * Emit the src color, disable HW blending (replace dst with src) 741 * Usually coverage is applied after color blending. The color is blended using the coeffs [all...] |
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 138 * some reason (e.g. unsupported scaling/blending/rotation, or too many 190 /* blending to apply during composition */ 191 int32_t blending; member in struct:hwc_layer_1::__anon40471::__anon40472 271 * if (blending == HWC_BLENDING_PREMULT) 275 * Then blending proceeds as usual according to the "blending" 281 * if (blending == HWC_BLENDING_PREMULT) 295 * if (blending == HWC_BLENDING_PREMULT) 296 * blending = HWC_BLENDING_COVERAGE; [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
picture_tools.c | 146 // Luma blending 155 // Chroma blending every even line 162 // Average four alpha values into a single blending weight.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsetalpha.html | 129 >This function and the semantics of SDL alpha blending have changed since version 1.1.4. Up until version 1.1.5, an alpha value of 0 was considered opaque and a value of 255 was considered transparent. This has now been inverted: 0 (<TT 143 value and/or enabling and disabling alpha blending.</P 157 whether alpha blending should be used (<TT
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 65 /* N->1 blending with per-surface alpha */ 118 /* N->1 blending with pixel alpha */ 171 /* colorkeyed N->1 blending with per-surface alpha */ 228 /* fast RGB888->(A)RGB888 blending with surface alpha=128 special case */ 279 /* fast RGB888->(A)RGB888 blending with surface alpha */ 364 /* fast ARGB888->(A)RGB888 blending with pixel alpha */ 446 /* fast RGB888->(A)RGB888 blending with surface alpha=128 special case */ 501 /* fast RGB888->(A)RGB888 blending with surface alpha */ 595 /* fast ARGB888->(A)RGB888 blending with pixel alpha */ [all...] |
/external/webp/src/enc/ |
picture_tools.c | 146 // Luma blending 155 // Chroma blending every even line 162 // Average four alpha values into a single blending weight.
|
/frameworks/base/core/java/android/widget/ |
CompoundButton.java | 278 * Specifies the blending mode used to apply the tint specified by 282 * @param tintMode the blending mode used to apply the tint, may be 296 * @return the blending mode used to apply the tint to the button drawable
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_fbupdate.cpp | 92 (ovutils::eBlending) getBlending(layer->blending)); 204 (ovutils::eBlending) getBlending(layer->blending)); 215 (ovutils::eBlending) getBlending(layer->blending));
|