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

  /external/vixl/src/
code-buffer-vixl.cc 47 dirty_(false),
77 dirty_(false),
116 dirty_ = true;
124 dirty_ = true;
131 dirty_ = true;
147 dirty_ = true;
code-buffer-vixl.h 129 dirty_ = true;
155 bool IsDirty() const { return dirty_; }
157 void SetClean() { dirty_ = false; }
184 bool dirty_; member in class:vixl::CodeBuffer
  /hardware/qcom/display/msm8996/sdm/include/private/
color_params.h 474 // then clear dirty_ flag and return the lock to the TFeatureInfo<T> producer.
480 inline bool IsDirty() { return dirty_; }
481 inline void MarkAsDirty() { dirty_ = true; }
484 bool dirty_ = 0; member in class:sdm::PPFeaturesConfig
  /hardware/qcom/display/msm8909/sdm/include/private/
color_params.h 616 // then clear dirty_ flag and return the lock to the TFeatureInfo<T> producer.
622 inline bool IsDirty() { return dirty_; }
623 inline void MarkAsDirty() { dirty_ = true; }
626 bool dirty_ = 0; member in class:sdm::PPFeaturesConfig
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
color_params.h 599 // then clear dirty_ flag and return the lock to the TFeatureInfo<T> producer.
605 inline bool IsDirty() { return dirty_; }
606 inline void MarkAsDirty() { dirty_ = true; }
609 bool dirty_ = 0; member in class:sdm::PPFeaturesConfig
  /hardware/qcom/display/msm8998/sdm/include/private/
color_params.h 595 // then clear dirty_ flag and return the lock to the TFeatureInfo<T> producer.
601 inline bool IsDirty() { return dirty_; }
602 inline void MarkAsDirty() { dirty_ = true; }
605 bool dirty_ = 0; member in class:sdm::PPFeaturesConfig
  /external/webp/src/enc/
tree_enc.c 163 probas->dirty_ = 1;
cost_enc.c 63 if (!proba->dirty_) return; // nothing to do.
89 proba->dirty_ = 0;
vp8i_enc.h 152 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon43757
frame_enc.c 175 proba->dirty_ = has_changed;
  /hardware/qcom/display/msm8909/sdm/libs/core/
color_manager.cpp 54 dirty_ = false;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
color_manager.cpp 54 dirty_ = false;
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 54 dirty_ = false;
  /hardware/qcom/display/msm8998/sdm/libs/core/
color_manager.cpp 54 dirty_ = false;

Completed in 164 milliseconds