/external/chromium_org/chrome/browser/themes/ |
theme_service.cc | 169 // views couldn't do alpha blending. Even though this is no longer the 170 // case, this blending decision is built into the majority of themes that
|
/external/chromium_org/ppapi/api/ |
ppb_graphics_2d.idl | 33 * data to this context. This option will disable blending when compositing 39 * overwrite the destination alpha values without blending when
|
ppb_compositor_layer.idl | 24 * No blending, copy source to the destination directly.
|
/external/chromium_org/ppapi/c/ |
ppb_graphics_2d.h | 50 * data to this context. This option will disable blending when compositing 56 * overwrite the destination alpha values without blending when
|
/external/chromium_org/ppapi/cpp/ |
graphics_2d.h | 48 /// context. This option will disable blending when compositing the module 53 /// overwrite the destination alpha values without blending when
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_blend_soa.c | 33 * Blending in SoA is much faster than AoS, especially when separate rgb/alpha 233 /* only compute blending for the color channels enabled for writing */
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawState.cpp | 334 // has to read at all. If not, we'll disable blending. 384 // need blending.
|
/external/deqp/modules/gles2/stress/ |
es2sSpecialFloatTests.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_blend_soa.c | 33 * Blending in SoA is much faster than AoS, especially when separate rgb/alpha 233 /* only compute blending for the color channels enabled for writing */
|
/external/skia/src/gpu/ |
GrDrawState.cpp | 334 // has to read at all. If not, we'll disable blending. 384 // need blending.
|
/frameworks/native/opengl/tests/hwc/ |
hwcColorEquiv.cpp | 357 layer->blending = HWC_BLENDING_NONE; 371 layer->blending = HWC_BLENDING_NONE;
|
/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...] |
/external/chromium_org/cc/layers/ |
video_layer_impl.cc | 280 // blending / no anti-aliasing.
|
/external/chromium_org/ppapi/tests/ |
test_browser_font.cc | 185 // Due to blending, there may be rounding errors and
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_cairo.h | 37 // typically don't do alpha blending of drawables at the user level. Composite
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
tri.c | 145 /* disabled blending/masking */
|
/external/chromium_org/third_party/skia/include/core/ |
SkXfermode.h | 110 // https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#blending
|
/external/chromium_org/third_party/skia/tests/ |
BlitRowTest.cpp | 141 // can't make a numerical promise about blending anything
|
/external/mesa3d/src/gallium/tests/trivial/ |
tri.c | 145 /* disabled blending/masking */
|
/external/skia/include/core/ |
SkXfermode.h | 110 // https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html#blending
|
/external/skia/tests/ |
BlitRowTest.cpp | 141 // can't make a numerical promise about blending anything
|
/frameworks/base/libs/hwui/ |
Layer.h | 389 * Blending mode of the layer.
|
Program.h | 155 // Framebuffer blending (requires Extensions.hasFramebufferFetch())
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
ShaderProgram.java | 206 throw new RuntimeException("Could not set Blending " + enable + "!");
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
UploadedTexture.java | 42 // blending). The user or subclass can override it using setOpaque().
|