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 {
100 SquashState *squash_state() {
177 SquashState squash_state_;
drmdisplaycomposition.h 36 class SquashState;
118 int Plan(SquashState *squash, std::vector<DrmPlane *> *primary_planes,
drmdisplaycompositor.cpp 48 void SquashState::Init(DrmHwcLayer *layers, size_t num_layers) {
72 void SquashState::GenerateHistory(DrmHwcLayer *layers, size_t num_layers,
76 ALOGE("SquashState::GenerateHistory expected %zu layers but got %zu layers",
94 void SquashState::StableRegionsWithMarginalHistory(
103 void SquashState::RecordHistory(DrmHwcLayer *layers, size_t num_layers,
106 ALOGE("SquashState::RecordHistory expected %zu layers but got %zu layers",
111 ALOGE("SquashState::RecordHistory expected %zu regions but got %zu regions",
129 bool SquashState::RecordAndCompareSquashed(
133 "SquashState::RecordAndCompareSquashed expected %zu regions but got "
148 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 111 milliseconds