Home
last modified time | relevance | path

Searched refs:composition_type (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp143 switch (layers_[i].composition_type) { in GetChangedCompositionTypes()
159 if (layers_[i].composition_type != IComposerClient::Composition::CLIENT) { in GetChangedCompositionTypes()
162 layers_[i].composition_type = IComposerClient::Composition::CLIENT; in GetChangedCompositionTypes()
168 if (layers_[i].composition_type != IComposerClient::Composition::DEVICE) { in GetChangedCompositionTypes()
171 layers_[i].composition_type = IComposerClient::Composition::DEVICE; in GetChangedCompositionTypes()
181 if (layer.composition_type == IComposerClient::Composition::CLIENT) { in GetFrame()
753 hwc_layer->composition_type = static_cast<HwcLayer::Composition>(type); in setLayerCompositionType()
1004 composition_type, info.type, info.app_id, info.z_order, info.cursor_x, info.cursor_y, in dumpDebugInfo()
Dvr_hwc.h120 Composition composition_type; member
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h73 HWC::BlendMode blending, HWC::Composition composition_type,
87 HWC::Composition composition_type, size_t z_order);
Dhardware_composer.cpp1316 HWC::BlendMode blending, HWC::Composition composition_type, in Layer() argument
1322 target_composition_type_{composition_type},
1329 HWC::Composition composition_type, size_t z_order) in Layer() argument
1334 target_composition_type_{composition_type},