HomeSort by relevance Sort by last modified time
    Searched refs:squashed (Results 1 - 2 of 2) sorted by null

  /external/drm_hwcomposer/
drmdisplaycompositor.h 52 bool squashed = false; member in struct:android::SquashState::Region
drmdisplaycompositor.cpp 79 // Protected layers can't be squashed so we treat them as constantly
136 if (regions_[i].squashed != squashed_regions[i]) {
137 regions_[i].squashed = squashed_regions[i];
166 if (region.squashed)
167 *out << " squashed";
542 ALOGE("Failed to import old squashed framebuffer %d", ret);
960 // squash the frame into one layer and use the squashed composition
971 std::unique_ptr<DrmDisplayComposition> squashed = CreateComposition();
972 ret = SquashFrame(composition.get(), squashed.get());
974 composition = std::move(squashed);
    [all...]

Completed in 86 milliseconds