/external/qemu/android/skin/ |
surface.h | 40 RLE-compressed for faster blitting and blending. the pixel format
|
/external/skia/gpu/include/ |
GrGpu.h | 63 * Additional blend coeffecients for dual source blending, not exposed 68 // using dual source blending. 208 * Does this instance support dual-source blending? Required for proper 209 * blending with partial coverage with certain blend modes (dst coeff is
|
GrGLInterface.h | 204 // Dual source blending 340 // Dual Source Blending
|
/external/skia/src/pdf/ |
SkPDFFormXObject.cpp | 53 // isolated blending. Do this conditionally if that changes.
|
/external/webkit/Source/WebCore/page/animation/ |
ImplicitAnimation.h | 89 // The two styles that we are blending.
|
KeyframeAnimation.h | 88 // The keyframes that we are blending.
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 59 l->compositionType, l->flags, l->handle, l->transform, l->blending,
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
holo_spiral.rs | 36 // Blending and Depth testing
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
GalaxyRS.java | 252 // setup various blending modes for use in effects like transparency 259 // why alpha no work with additive blending?
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 70 LOGE("Error: Could not allocate pyramids for blending"); 109 // For THIN strip mode, accept all frames for blending 250 LOGI("Allocate mosaic image for blending - size: %d x %d", Mwidth, Mheight); 283 // Do merging and blending : 319 // We won't do blending for the cases where users swing the device too much 387 LOGE("Error: Could not allocate pyramids for blending"); 436 // contribute to the blending process. Thus, we start at 99% contribution 553 // Now perform the actual blending using the frame assignment determined above [all...] |
/system/core/include/pixelflinger/ |
pixelflinger.h | 157 // blending equation & function 245 // specify blending parameters
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 142 const int blending = blending_codes(mBlendSrc, mBlendDst) | local 235 if ((blending & (FACTOR_DST|BLEND_DST)) || 239 // blending / logic_op / masking need the framebuffer 470 // blending... 488 // Figure out what we need for the blending stage... 496 const int blending = blending_codes(fs, fd); local 519 (blending & (BLEND_SRC|FACTOR_SRC)) : need_expander)); 565 // We keep only 8 bits for the blending stage [all...] |
/external/mesa3d/docs/ |
versions.html | 51 <li>implementation of SGI's blending extensions 231 <li>fixed bug when blending lines, points, bitmaps outside of window 242 <li>pixelzooming with gamma correction or blending didn't work 329 <li>color masking and blending were performed in wrong order 596 <li>faster blending for some modes 682 <li>blending with alpha = 0 or 1.0 wasn't always exact 798 <li>alpha channel of blending points, lines was sometimes incorrect 852 <li>blending w/ drawbuffer==GL_FRONT_BACK caused segfault (sw rendering) [all...] |
/external/chromium/chrome/common/ |
print_messages.h | 49 // Does the printer support alpha blending?
|
/external/collada/include/1.4/dom/ |
domMorph.h | 112 * The method attribute specifies the which blending technique to use. The
|
/external/mesa3d/docs/OLD/ |
MESA_sprite_point.spec | 66 images, alpha testing and blending.
|
/external/skia/gpu/src/ |
GrGLProgram.h | 144 // Dual-src blending makes use of a secondary output color that can be
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
GraphicsContextCairoWin.cpp | 139 // If this context does not support alpha blending, then it may have
|
/frameworks/base/libs/hwui/ |
Layer.h | 280 * Blending mode of the layer.
|
ProgramCache.h | 144 // Framebuffer blending (requires Extensions.hasFramebufferFetch())
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
BasicTexture.java | 115 // enabling blending.
|
/system/core/libpixelflinger/ |
t32cb16blend.S | 36 * \ODD is either 0 or 1 and indicates if we're blending the lower or
|
/system/media/mca/filterfw/native/core/ |
shader_program.h | 357 // Enable or Disable Blending 363 // Specify pixel arithmetic for blending 368 // Default values for blending are set to: 541 // Set to true to enable blending.
|
/frameworks/base/opengl/tests/hwc/ |
hwcTestLib.cpp | 464 testPrintI(" blending: %#x%s%s%s", 465 list->hwLayers[layer].blending, 466 (list->hwLayers[layer].blending == HWC_BLENDING_NONE) 468 (list->hwLayers[layer].blending == HWC_BLENDING_PREMULT) 470 (list->hwLayers[layer].blending == HWC_BLENDING_COVERAGE) [all...] |
/external/chromium/chrome/browser/ui/views/notifications/ |
balloon_view.cc | 305 // corners using alpha blending (and we may do other alpha blending
|