Searched defs:isLazy (Results 1 – 6 of 6) sorted by relevance
122 public val isLazy: Boolean get() = this === LAZY constant in kotlinx.coroutines.CoroutineStart
49 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
52 bool TextureProxy::isLazy() const { in isLazy() function in skgpu::graphite::TextureProxy
29 bool isLazy() const { return getTag(); } in isLazy() function
135 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function
3177 const vector<bool>& isLazy, in pushReadImagesToBuffers()4881 …rValue> >& clearValues, const vector<Attachment>& attachments, const vector<bool>& isLazy, deBool … in initializeImageClearValues()