HomeSort by relevance Sort by last modified time
    Searched full:blending (Results 26 - 50 of 521) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.h 27 // blending, among other things.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 33 * AoS blending is in general much slower than SoA, but there are some cases
243 * Performs blending of src and dst pixels
251 * @param mask optional mask to apply to the blending result
255 * @return the result of blending src and dst
lp_bld_blend.c 58 * Whether the blending functions are the reverse of each other.
74 * Whether the blending factors are complementary of each other.
111 * Performs optimisations and blending independent of SoA/AoS
  /external/chromium_org/tools/perf/benchmarks/
canvasmark.py 8 operations in HTML5 games: bitmaps, canvas drawing, alpha blending, polygon
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 33 * AoS blending is in general much slower than SoA, but there are some cases
243 * Performs blending of src and dst pixels
251 * @param mask optional mask to apply to the blending result
255 * @return the result of blending src and dst
lp_bld_blend.c 58 * Whether the blending functions are the reverse of each other.
74 * Whether the blending factors are complementary of each other.
111 * Performs optimisations and blending independent of SoA/AoS
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BlendFilter.java 24 * The filter linearly blends "left" and "right" frames. The blending weight is
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
s3c-fb.h 72 enum s3c_fb_blending blending; member in struct:s3c_fb_win_config::__anon42209::__anon42210
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.h 27 // blending, among other things.
Mosaic.cpp 115 LOGE("Error: Unknown blending type %d",blendingType);
127 // Convert to YVU24 which is used by blending
196 // Haven't accepted any frame in aligner. No need to do blending.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 27 // blending, among other things.
Mosaic.cpp 110 LOGE("Error: Unknown blending type %d",blendingType);
122 // Convert to YVU24 which is used by blending
183 // Haven't accepted any frame in aligner. No need to do blending.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cl.py 29 'BITS_PER_COMPONENT', 'BLENDING', 'BLOCK_SIZE', 'BOTTOM_UP',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cl.py 29 'BITS_PER_COMPONENT', 'BLENDING', 'BLOCK_SIZE', 'BOTTOM_UP',
  /system/core/libpixelflinger/
Android.mk 15 codeflinger/blending.cpp \
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer_defs.h 62 * SurfaceFlinger will only honor this flag when the layer has no blending
101 * hwc_layer_t::blending values
104 /* no blending */
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
blend.rst 6 This state controls blending of the final fragments into the target rendering
77 Whether the blender should perform a logicop instead of blending.
96 If blending is enabled, perform a blend calculation according to blend
  /external/mesa3d/src/gallium/docs/source/cso/
blend.rst 6 This state controls blending of the final fragments into the target rendering
77 Whether the blender should perform a logicop instead of blending.
96 If blending is enabled, perform a blend calculation according to blend
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetAlpha.3 14 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 (\fBSDL_ALPHA_TRANSPARENT\fP) is now considered transparent and 255 (\fBSDL_ALPHA_OPAQUE\fP) is now considered opaque\&.
17 \fBSDL_SetAlpha\fP is used for setting the per-surface alpha value and/or enabling and disabling alpha blending\&.
19 The\fBsurface\fR parameter specifies which surface whose alpha attributes you wish to adjust\&. \fBflags\fR is used to specify whether alpha blending should be used (\fBSDL_SRCALPHA\fP) and whether the surface should use RLE acceleration for blitting (\fBSDL_RLEACCEL\fP)\&. \fBflags\fR can be an OR\&'d combination of these two options, one of these options or 0\&. If \fBSDL_SRCALPHA\fP is not passed as a flag then all alpha information is ignored when blitting the surface\&. The \fBalpha\fR parameter is the per-surface alpha value; a surface need not have an alpha channel to use per-surface alpha and blitting can still be accelerated with \fBSDL_RLEACCEL\fP\&.
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 63 * SurfaceFlinger will only honor this flag when the layer has no blending
121 * hwc_layer_t::blending values
124 /* no blending */
  /hardware/qcom/display/msm8084/libcopybit/
copybit.h 102 * copybit blending values. same as HWC blending values
105 /* no blending */
  /hardware/qcom/display/msm8226/libcopybit/
copybit.h 102 * copybit blending values. same as HWC blending values
105 /* no blending */
  /hardware/qcom/display/msm8960/libcopybit/
copybit.h 101 * copybit blending values. same as HWC blending values
104 /* no blending */
  /hardware/qcom/display/msm8974/libcopybit/
copybit.h 102 * copybit blending values. same as HWC blending values
105 /* no blending */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_cc.c 74 * blending, and dithering, have no effect when the corresponding
85 * except for disabling of blending.
132 * blending, the spec says:
135 * the result of the blending equation are clamped. For
180 * "If Dual Source Blending is enabled, this bit must be disabled"

Completed in 546 milliseconds

12 3 4 5 6 7 8 91011>>