Searched defs:blending (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.cpp1023 HWC::BlendMode blending = local
1033 search->SetBlending(blending);
1042 layers.emplace_back(composer_.get(), *target_display_, surface, blending,
1250 HWC::BlendMode blending, HWC::Composition composition_type,
1255 blending_{blending},
1262 const std::shared_ptr<IonBuffer>& buffer, HWC::BlendMode blending,
1267 blending_{blending},
1305 void Layer::SetBlending(HWC::BlendMode blending) { argument
1306 if (blending_ != blending) {
1307 blending_ = blending;
1248 Layer(Hwc2::Composer* composer, const DisplayParams& display_params, const std::shared_ptr<DirectDisplaySurface>& surface, HWC::BlendMode blending, HWC::Composition composition_type, size_t z_order) argument
1261 Layer(Hwc2::Composer* composer, const DisplayParams& display_params, const std::shared_ptr<IonBuffer>& buffer, HWC::BlendMode blending, HWC::Composition composition_type, size_t z_order) argument
[all...]

Completed in 184 milliseconds