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

  /external/drm_hwcomposer/
drmdisplaycompositor.h 43 class SquashState {
101 SquashState *squash_state() {
177 SquashState squash_state_;
drmdisplaycomposition.h 36 class SquashState;
118 int Plan(SquashState *squash, std::vector<DrmPlane *> *primary_planes,
drmdisplaycompositor.cpp 44 void SquashState::Init(DrmHwcLayer *layers, size_t num_layers) {
68 void SquashState::GenerateHistory(DrmHwcLayer *layers, size_t num_layers,
72 ALOGE("SquashState::GenerateHistory expected %zu layers but got %zu layers",
90 void SquashState::StableRegionsWithMarginalHistory(
99 void SquashState::RecordHistory(DrmHwcLayer *layers, size_t num_layers,
102 ALOGE("SquashState::RecordHistory expected %zu layers but got %zu layers",
107 ALOGE("SquashState::RecordHistory expected %zu regions but got %zu regions",
125 bool SquashState::RecordAndCompareSquashed(
129 "SquashState::RecordAndCompareSquashed expected %zu regions but got "
144 void SquashState::Dump(std::ostringstream *out) const
    [all...]
drmdisplaycomposition.cpp 286 int DrmDisplayComposition::Plan(SquashState *squash,
327 const SquashState::Region &region = squash->regions()[region_index];

Completed in 45 milliseconds