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

  /external/vixl/src/
code-buffer-vixl.h 127 dirty_ = true;
150 bool IsDirty() const { return dirty_; }
152 void SetClean() { dirty_ = false; }
179 bool dirty_; member in class:vixl::CodeBuffer
  /external/webp/src/enc/
vp8i_enc.h 152 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon38559
  /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/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
  /hardware/qcom/display/sdm845/sdm/include/private/
color_params.h 591 // then clear dirty_ flag and return the lock to the TFeatureInfo<T> producer.
597 inline bool IsDirty() { return dirty_; }
598 inline void MarkAsDirty() { dirty_ = true; }
601 bool dirty_ = 0; member in class:sdm::PPFeaturesConfig

Completed in 838 milliseconds