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.cpp137 switch (layers_[i].composition_type) { in GetChangedCompositionTypes()
153 if (layers_[i].composition_type != IComposerClient::Composition::CLIENT) { in GetChangedCompositionTypes()
156 layers_[i].composition_type = IComposerClient::Composition::CLIENT; in GetChangedCompositionTypes()
162 if (layers_[i].composition_type != IComposerClient::Composition::DEVICE) { in GetChangedCompositionTypes()
165 layers_[i].composition_type = IComposerClient::Composition::DEVICE; in GetChangedCompositionTypes()
175 if (layer.composition_type == IComposerClient::Composition::CLIENT) { in GetFrame()
639 hwc_layer->composition_type = static_cast<HwcLayer::Composition>(type); in setLayerCompositionType()
Dvr_hwc.h118 Composition composition_type; member
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h73 HWC::Composition composition_type, size_t z_roder);
84 HWC::Transform transform, HWC::Composition composition_type,
Dhardware_composer.cpp959 HWC::Composition composition_type, size_t z_order) { in Setup() argument
965 target_composition_type_ = composition_type; in Setup()
972 HWC::Composition composition_type, size_t z_order) { in Setup() argument
978 target_composition_type_ = composition_type; in Setup()