Searched defs:isLazy (Results 1 – 9 of 9) 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
3189 const vector<bool>& isLazy, in pushReadImagesToBuffers()4893 …rValue> >& clearValues, const vector<Attachment>& attachments, const vector<bool>& isLazy, deBool … in initializeImageClearValues()
3175 const vector<bool>& isLazy, in pushReadImagesToBuffers()4879 …rValue> >& clearValues, const vector<Attachment>& attachments, const vector<bool>& isLazy, deBool … in initializeImageClearValues()
1734 readonly isLazy?: boolean; property