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 83 // Protected layers can't be squashed so we treat them as constantly
140 if (regions_[i].squashed != squashed_regions[i]) {
141 regions_[i].squashed = squashed_regions[i];
170 if (region.squashed)
171 *out << " squashed";
493 ALOGE("Failed to import old squashed framebuffer %d", ret);
878 // squash the frame into one layer and use the squashed composition
889 std::unique_ptr<DrmDisplayComposition> squashed = CreateComposition();
890 ret = SquashFrame(composition.get(), squashed.get());
892 composition = std::move(squashed);
    [all...]

Completed in 69 milliseconds