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

  /external/curl/
update_curl.sh 151 Note: This patch includes the following squashed commits from upstream:
  /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";
552 ALOGE("Failed to import old squashed framebuffer %d", ret);
970 // squash the frame into one layer and use the squashed composition
981 std::unique_ptr<DrmDisplayComposition> squashed = CreateComposition();
982 ret = SquashFrame(composition.get(), squashed.get());
984 composition = std::move(squashed);
    [all...]

Completed in 54 milliseconds