Searched refs:refScratchTexture (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrResourceProvider.cpp | 130 sk_sp<GrTexture> tex(this->refScratchTexture(desc, format, renderable, renderTargetSampleCnt, in getExactScratch() 309 if (auto tex = this->refScratchTexture(desc, format, renderable, renderTargetSampleCnt, in createApproxTexture() 323 if (auto tex = this->refScratchTexture(*copyDesc, format, renderable, renderTargetSampleCnt, in createApproxTexture() 342 sk_sp<GrTexture> GrResourceProvider::refScratchTexture(const GrSurfaceDesc& desc, in refScratchTexture() function in GrResourceProvider
|
D | GrResourceProvider.h | 295 sk_sp<GrTexture> refScratchTexture(const GrSurfaceDesc& desc,
|