Searched refs:findAndRefScratchTexture (Results 1 – 3 of 3) sorted by relevance
99 sk_sp<GrTexture> tex(this->findAndRefScratchTexture(dimensions, format, renderable, in getExactScratch()243 if (auto tex = this->findAndRefScratchTexture(copyDimensions, format, renderable, in createApproxTexture()253 sk_sp<GrTexture> GrResourceProvider::findAndRefScratchTexture(const GrScratchKey& key) { in findAndRefScratchTexture() function in GrResourceProvider266 sk_sp<GrTexture> GrResourceProvider::findAndRefScratchTexture(SkISize dimensions, in findAndRefScratchTexture() function in GrResourceProvider284 return this->findAndRefScratchTexture(key); in findAndRefScratchTexture()
112 sk_sp<GrTexture> findAndRefScratchTexture(const GrScratchKey&);113 sk_sp<GrTexture> findAndRefScratchTexture(SkISize dimensions,
119 fExistingSurface = provider->findAndRefScratchTexture(fScratchKey); in Register()