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

  /external/vixl/src/vixl/
code-buffer.h 83 bool IsDirty() const { return dirty_; }
85 void SetClean() { dirty_ = false; }
91 dirty_ = true;
105 bool dirty_; member in class:vixl::CodeBuffer
code-buffer.cc 42 dirty_ = false;
50 dirty_(false),
67 dirty_ = true;
80 dirty_ = true;
  /external/opencv3/3rdparty/libwebp/enc/
cost.c 360 if (!proba->dirty_) return; // nothing to do.
378 proba->dirty_ = 0;
tree.c 168 probas->dirty_ = 1;
vp8enci.h 210 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon20459
frame.c 212 proba->dirty_ = has_changed;
  /hardware/qcom/display/msm8996/sdm/include/private/
color_params.h 470 // then clear dirty_ flag and return the lock to the TFeatureInfo<T> producer.
476 inline bool IsDirty() { return dirty_; }
477 inline void MarkAsDirty() { dirty_ = true; }
480 bool dirty_ = 0; member in class:sdm::PPFeaturesConfig
  /hardware/qcom/display/msmcobalt/sdm/include/private/
color_params.h 538 // then clear dirty_ flag and return the lock to the TFeatureInfo<T> producer.
544 inline bool IsDirty() { return dirty_; }
545 inline void MarkAsDirty() { dirty_ = true; }
548 bool dirty_ = 0; member in class:sdm::PPFeaturesConfig
  /external/webp/src/enc/
tree.c 163 probas->dirty_ = 1;
cost.c 63 if (!proba->dirty_) return; // nothing to do.
89 proba->dirty_ = 0;
vp8enci.h 156 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon26160
frame.c 175 proba->dirty_ = has_changed;
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 54 dirty_ = false;
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
color_manager.cpp 54 dirty_ = false;

Completed in 381 milliseconds