Lines Matching refs:isAbandoned
53 if (this->isAbandoned() || !proxy) { in assignUniqueKeyToProxy()
95 if (this->isAbandoned()) { in removeUniqueKeyFromProxy()
105 if (this->isAbandoned()) { in findProxyByUniqueKey()
128 if (this->isAbandoned()) { in testingOnly_createInstantiatedProxy()
168 if (this->isAbandoned()) { in testingOnly_createInstantiatedProxy()
207 if (this->isAbandoned()) { in findOrCreateProxyByUniqueKey()
264 if (this->isAbandoned()) { in createProxyFromBitmap()
404 if (this->isAbandoned()) { in createProxy()
451 if (this->isAbandoned()) { in createCompressedTextureProxy()
496 if (this->isAbandoned()) { in wrapBackendTexture()
531 if (this->isAbandoned()) { in wrapCompressedBackendTexture()
567 if (this->isAbandoned()) { in wrapRenderableBackendTexture()
605 if (this->isAbandoned()) { in wrapBackendRenderTarget()
636 if (this->isAbandoned()) { in wrapVulkanSecondaryCBAsRenderTarget()
718 if (this->isAbandoned()) { in createLazyProxy()
760 if (this->isAbandoned()) { in createLazyRenderTargetProxy()
881 bool GrProxyProvider::isAbandoned() const { in isAbandoned() function in GrProxyProvider