Searched defs:isLazy (Results 1 – 7 of 7) sorted by relevance
370 public val isLazy: Boolean get() = this === LAZY constant in kotlinx.coroutines.CoroutineStart
49 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
51 bool isLazy() const { return Strategy == UpdateStrategy::Lazy; }; in isLazy() function
29 bool isLazy() const { return getTag(); } in isLazy() function
64 bool TextureProxy::isLazy() const { in isLazy() function in skgpu::graphite::TextureProxy
137 bool isLazy() const { return !this->isInstantiated() && SkToBool(fLazyInstantiateCallback); } in isLazy() function
3582 const vector<Attachment> &attachmentInfo, const vector<bool> &isLazy, in pushReadImagesToBuffers()5376 const vector<Attachment> &attachments, const vector<bool> &isLazy, in initializeImageClearValues()