/hardware/intel/img/psb_video/src/ |
vsp_compose.c | 158 /* Blending related params */
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_fbupdate.cpp | 219 getBlending(layer->blending)); 334 getBlending(layer->blending)); 370 getBlending(layer->blending)); 445 getBlending(layer->blending));
|
hwc_utils.cpp | [all...] |
/hardware/qcom/display/msm8084/liboverlay/ |
overlayUtils.h | 343 /* No blending */ 358 blending(OVERLAY_BLENDING_COVERAGE){ 370 blending(b){ 379 eBlending blending; member in struct:overlay::utils::PipeArgs
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayUtils.h | 343 /* No blending */ 358 blending(OVERLAY_BLENDING_COVERAGE){ 370 blending(b){ 379 eBlending blending; member in struct:overlay::utils::PipeArgs
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 335 /* No blending */ 350 blending(OVERLAY_BLENDING_COVERAGE){ 362 blending(b){ 371 eBlending blending; member in struct:overlay::utils::PipeArgs
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.h | 336 /* No blending */ 351 blending(OVERLAY_BLENDING_COVERAGE){ 363 blending(b){ 372 eBlending blending; member in struct:overlay::utils::PipeArgs
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
msm_mdp.h | 554 * @z_order: Blending stage to occupy in display, if multiple layers are 556 * layer. The range acceptable is from 0-3 to support blending 558 * @is_fg: This flag is used to disable blending of any layers with z_order 565 * image matching this color will be transparent when blending.
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_mdp.h | 557 * @z_order: Blending stage to occupy in display, if multiple layers are 559 * layer. The range acceptable is from 0-3 to support blending 561 * @is_fg: This flag is used to disable blending of any layers with z_order 568 * image matching this color will be transparent when blending.
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
BasicTexture.java | 127 // enabling blending.
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
BasicTexture.java | 127 // enabling blending.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 99 BLEND("Blending"),
|
/system/core/libpixelflinger/ |
t32cb16blend.S | 36 * \ODD is either 0 or 1 and indicates if we're blending the lower or
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_fs.c | 38 * - blending 49 * depth/stencil test and blending is better done in the type that most closely 685 * Generate color blending and color output. [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_fs.c | 38 * - blending 49 * depth/stencil test and blending is better done in the type that most closely 685 * Generate color blending and color output. [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 582 disp.framebufferTarget->blending = HWC_BLENDING_PREMULT; [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.cpp | 454 if(layer->blending == HWC_BLENDING_PREMULT) 538 int getBlending(int blending) { 539 switch(blending) { 796 if(layer->blending == HWC_BLENDING_PREMULT) { [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.cpp | 407 if(layer->blending == HWC_BLENDING_PREMULT) 492 int getBlending(int blending) { 493 switch(blending) { 756 if(layer->blending == HWC_BLENDING_PREMULT) { 959 (ovutils::eBlending) getBlending(layer->blending)); [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkColorPriv.h | 11 // turn this own for extra debug checking when blending onto 565 179 // this one assues that blending on top of an opaque dst keeps it that way 389 * utility functions. Third parameter controls blending of the first two: 406 * utility functions. Third parameter controls blending of the first two: 836 // to see why, try blending 0x4444 on top of 565-white and watch green [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawTarget.cpp | 484 // TODO: We should continue with incorrect blending. 511 // TODO: We should continue with incorrect blending. 638 // we can correctly apply coverage if a) we have dual source blending 671 // TODO: We should continue with incorrect blending. [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
WhatsNew | 166 and disable per-pixel alpha blending for surfaces with an alpha 168 To disable alpha blending: 170 To re-enable alpha blending: 172 Surfaces with an alpha channel have blending enabled by default. 251 to see an example of this blending of 2D and 3D in SDL.
|
/external/skia/include/core/ |
SkColorPriv.h | 11 // turn this own for extra debug checking when blending onto 565 179 // this one assues that blending on top of an opaque dst keeps it that way 389 * utility functions. Third parameter controls blending of the first two: 406 * utility functions. Third parameter controls blending of the first two: 836 // to see why, try blending 0x4444 on top of 565-white and watch green [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.cpp | 484 // TODO: We should continue with incorrect blending. 511 // TODO: We should continue with incorrect blending. 638 // we can correctly apply coverage if a) we have dual source blending 671 // TODO: We should continue with incorrect blending. [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 470 testPrintI(" blending: %#x%s%s%s", 471 list->hwLayers[layer].blending, 472 (list->hwLayers[layer].blending == HWC_BLENDING_NONE) 474 (list->hwLayers[layer].blending == HWC_BLENDING_PREMULT) 476 (list->hwLayers[layer].blending == HWC_BLENDING_COVERAGE) [all...] |
/hardware/ti/omap4-aah/hwc/ |
rgz_2d.c | 161 * blending. 174 if ((layer->blending != HWC_BLENDING_PREMULT) || is_OPAQUE(h->iFormat)) 242 l->compositionType, l->flags, l->handle, l->transform, l->blending, 981 * dright, dbot, rot, flip, blending, scalew, scaleh, visrects [all...] |