Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp704 if (layer->getCompositionType() == Composition::Device || in present()
705 layer->getCompositionType() == Composition::SolidColor) { in present()
732 if (layer->getCompositionType() != Composition::Device && in present()
733 layer->getCompositionType() != Composition::SolidColor) { in present()
735 __FUNCTION__, layer->getCompositionType(), in present()
740 if (layer->getCompositionType() == Composition::Device) { in present()
769 l->composeMode = (hwc2_composition_t)layer->getCompositionType(); in present()
970 if (layer->getCompositionType() == Composition::Invalid) { in validate()
974 layer->getCompositionType()); in validate()
977 if (layer->getCompositionType() == Composition::Client || in validate()
[all …]
DEmuHWC2.h385 HWC2::Composition getCompositionType() const { in getCompositionType() function