Searched defs:isLazy (Results 1 – 4 of 4) sorted by relevance
49 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
116 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function
3175 const vector<bool>& isLazy, in pushReadImagesToBuffers()4879 …rValue> >& clearValues, const vector<Attachment>& attachments, const vector<bool>& isLazy, deBool … in initializeImageClearValues()