HomeSort by relevance Sort by last modified time
    Searched defs:dirty_ (Results 1 - 5 of 5) 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
  /external/opencv3/3rdparty/libwebp/enc/
vp8enci.h 210 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon20459
  /external/webp/src/enc/
vp8enci.h 156 int dirty_; // if true, need to call VP8CalculateLevelCosts() member in struct:__anon26160
  /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

Completed in 710 milliseconds