Home
last modified time | relevance | path

Searched refs:findAndRefScratchTexture (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrResourceProvider.cpp99 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 GrResourceProvider
266 sk_sp<GrTexture> GrResourceProvider::findAndRefScratchTexture(SkISize dimensions, in findAndRefScratchTexture() function in GrResourceProvider
284 return this->findAndRefScratchTexture(key); in findAndRefScratchTexture()
DGrResourceProvider.h112 sk_sp<GrTexture> findAndRefScratchTexture(const GrScratchKey&);
113 sk_sp<GrTexture> findAndRefScratchTexture(SkISize dimensions,
DGrResourceAllocator.cpp119 fExistingSurface = provider->findAndRefScratchTexture(fScratchKey); in Register()