Searched refs:composition_type (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.cpp | 143 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() 675 hwc_layer->composition_type = static_cast<HwcLayer::Composition>(type); in setLayerCompositionType() 963 composition_type, info.type, info.app_id, info.z_order, info.cursor_x, info.cursor_y, in dumpDebugInfo()
|
D | vr_hwc.h | 133 Composition composition_type; member
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.h | 74 HWC::BlendMode blending, HWC::Composition composition_type, 88 HWC::Composition composition_type, size_t z_order);
|
D | hardware_composer.cpp | 1311 HWC::BlendMode blending, HWC::Composition composition_type, in Layer() argument 1317 target_composition_type_{composition_type}, 1324 HWC::Composition composition_type, size_t z_order) in Layer() argument 1329 target_composition_type_{composition_type},
|