Lines Matching refs:isAbandoned
51 if (this->isAbandoned() || !proxy) { in assignUniqueKeyToProxy()
90 if (this->isAbandoned()) { in removeUniqueKeyFromProxy()
101 if (this->isAbandoned()) { in findProxyByUniqueKey()
161 if (this->isAbandoned()) { in findOrCreateProxyByUniqueKey()
201 if (this->isAbandoned()) { in createTextureProxy()
289 if (this->isAbandoned()) { in createMipMapProxy()
300 if (this->isAbandoned()) { in createMipMapProxyFromBitmap()
473 if (this->isAbandoned()) { in wrapBackendTexture()
506 if (this->isAbandoned()) { in wrapRenderableBackendTexture()
543 if (this->isAbandoned()) { in wrapBackendRenderTarget()
574 if (this->isAbandoned()) { in wrapBackendTextureAsRenderTarget()
601 if (this->isAbandoned()) { in wrapVulkanSecondaryCBAsRenderTarget()
824 bool GrProxyProvider::isAbandoned() const { in isAbandoned() function in GrProxyProvider