Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp756 if (layer->getCompositionType() == Composition::Device || in present()
757 layer->getCompositionType() == Composition::SolidColor) { in present()
801 if (layer->getCompositionType() != Composition::Device && in present()
802 layer->getCompositionType() != Composition::SolidColor) { in present()
804 __FUNCTION__, layer->getCompositionType(), in present()
809 if (layer->getCompositionType() == Composition::Device) { in present()
838 l->composeMode = (hwc2_composition_t)layer->getCompositionType(); in present()
1050 if (layer->getCompositionType() == Composition::Invalid) { in validate()
1054 layer->getCompositionType()); in validate()
1057 if (layer->getCompositionType() == Composition::Client || in validate()
[all …]
DEmuHWC2.h420 HWC2::Composition getCompositionType() const { in getCompositionType() function
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp1986 if (layer.getCompositionType() != Composition::Client) { in updateTypeChanges()
1991 if (layer.getCompositionType() != Composition::Device) { in updateTypeChanges()
1996 ALOGE_IF(layer.getCompositionType() != Composition::SolidColor, in updateTypeChanges()
2004 ALOGE_IF(layer.getCompositionType() != Composition::Sideband, in updateTypeChanges()
2009 ALOGE_IF(layer.getCompositionType() != Composition::Cursor, in updateTypeChanges()
DHWC2.h557 HWC2::Composition getCompositionType() const { in getCompositionType() function