Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrResourceProvider.cpp120 sk_sp<GrTexture> tex(this->findAndRefScratchTexture(dimensions, in getExactScratch()
297 if (auto tex = this->findAndRefScratchTexture(copyDimensions, format, textureType, renderable, in createApproxTexture()
313 sk_sp<GrTexture> GrResourceProvider::findAndRefScratchTexture(const GrScratchKey& key) { in findAndRefScratchTexture() function in GrResourceProvider
326 sk_sp<GrTexture> GrResourceProvider::findAndRefScratchTexture(SkISize dimensions, in findAndRefScratchTexture() function in GrResourceProvider
345 return this->findAndRefScratchTexture(key); in findAndRefScratchTexture()
H A DGrResourceProvider.h117 sk_sp<GrTexture> findAndRefScratchTexture(const GrScratchKey&);
118 sk_sp<GrTexture> findAndRefScratchTexture(SkISize dimensions,
H A DGrResourceAllocator.cpp128 fExistingSurface = provider->findAndRefScratchTexture(fScratchKey); in Register()

Completed in 4 milliseconds