Lines Matching refs:isAbandoned
70 if (this->isAbandoned()) { in createTexture()
99 if (this->isAbandoned()) { in createTexture()
145 if (this->isAbandoned()) { in createTexture()
169 if (this->isAbandoned()) { in createApproxTexture()
205 SkASSERT(!this->isAbandoned()); in refScratchTexture()
241 if (this->isAbandoned()) { in wrapBackendTexture()
252 if (this->isAbandoned()) { in wrapRenderableBackendTexture()
262 return this->isAbandoned() ? nullptr : fGpu->wrapBackendRenderTarget(backendRT); in wrapBackendRenderTarget()
268 return this->isAbandoned() ? nullptr : fGpu->wrapVulkanSecondaryCBAsRenderTarget(imageInfo, in wrapVulkanSecondaryCBAsRenderTarget()
276 if (this->isAbandoned() || !resource) { in assignUniqueKeyToResource()
284 return this->isAbandoned() ? nullptr in findResourceByUniqueKey()
355 if (this->isAbandoned()) { in createPath()
366 if (this->isAbandoned()) { in createBuffer()
442 if (this->isAbandoned()) { in wrapBackendTextureAsRenderTarget()
456 return this->isAbandoned() ? nullptr : fGpu->wrapBackendSemaphore(semaphore, in wrapBackendSemaphore()