Searched refs:blending (Results 1 – 12 of 12) sorted by relevance
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | pixel_format_f32.rsh | 13 // computed for blending color between layers. "Close enough" means L1 distance 39 // matte/(dilation_radius+1) is the actual value used in layer blending.
|
D | layered_filter_fast_f32.rscript | 13 // 3. The depth values are grouped into several blending layers. 393 // g_fuzzy_image. Does the replacement in a soft way by blending g_sharp_image 430 // The following blending amounts to: 443 // pixels in g_sharp_image. Does the filling in a soft way by blending using the 459 // The following blending amounts to:
|
D | layered_filter_fast_d1new.rscript | 13 // 3. The depth values are grouped into several blending layers. 576 // g_fuzzy_image. Does the replacement in a soft way by blending g_sharp_image 612 // The following blending amounts to: 659 // The following blending amounts to: 676 // pixels in g_sharp_image. Does the filling in a soft way by blending using the
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.cpp | 1042 HWC::BlendMode blending = in UpdateLayerConfig() local 1052 search->SetBlending(blending); in UpdateLayerConfig() 1061 layers.emplace_back(composer_.get(), *target_display_, surface, blending, in UpdateLayerConfig() 1316 HWC::BlendMode blending, HWC::Composition composition_type, in Layer() argument 1321 blending_{blending}, 1328 const std::shared_ptr<IonBuffer>& buffer, HWC::BlendMode blending, in Layer() argument 1333 blending_{blending}, 1371 void Layer::SetBlending(HWC::BlendMode blending) { in SetBlending() argument 1372 if (blending_ != blending) { in SetBlending() 1373 blending_ = blending; in SetBlending()
|
D | hardware_composer.h | 73 HWC::BlendMode blending, HWC::Composition composition_type, 86 const std::shared_ptr<IonBuffer>& buffer, HWC::BlendMode blending, 115 void SetBlending(HWC::BlendMode blending);
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcColorEquiv.cpp | 355 layer->blending = HWC_BLENDING_NONE; in main() 369 layer->blending = HWC_BLENDING_NONE; in main()
|
D | hwcTestLib.cpp | 469 list->hwLayers[layer].blending, in hwcTestDisplayList() 470 (list->hwLayers[layer].blending == HWC_BLENDING_NONE) in hwcTestDisplayList() 472 (list->hwLayers[layer].blending == HWC_BLENDING_PREMULT) in hwcTestDisplayList() 474 (list->hwLayers[layer].blending == HWC_BLENDING_COVERAGE) in hwcTestDisplayList()
|
D | hwcRects.cpp | 319 layer->blending = it->blend; in main()
|
D | hwcStress.cpp | 434 layer->blending = blendingOps[testRandMod(NUMA(blendingOps))]; in main()
|
D | hwcCommit.cpp | 1421 layer->blending = it->blend; in numOverlays()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 201 # 3. For better blending, consider using pixel format where the alpha
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2715 …OR_ATTACHMENT_BLEND_BIT = 0x00000100, /// Format supports blending in case it's used… 4474 … independentBlend /// blending operations are co… 4585 …rcAttachments /// max num of output attachments written when using dual source blending
|