Home
last modified time | relevance | path

Searched refs:getExactScratch (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/
DGrResourceProvider.h273 sk_sp<GrTexture> getExactScratch(const GrSurfaceDesc&, SkBudgeted, Flags);
DGrResourceProvider.cpp82 sk_sp<GrTexture> GrResourceProvider::getExactScratch(const GrSurfaceDesc& desc, in getExactScratch() function in GrResourceProvider
155 sk_sp<GrTexture> tex = this->getExactScratch(desc, budgeted, flags); in createTexture()
/external/skia/src/gpu/
DGrResourceProvider.cpp69 auto scratch = this->getExactScratch(dimensions, format, renderable, renderTargetSampleCnt, in createTexture()
92 sk_sp<GrTexture> GrResourceProvider::getExactScratch(SkISize dimensions, in getExactScratch() function in GrResourceProvider
182 this->getExactScratch(dimensions, format, renderable, renderTargetSampleCnt, budgeted, in createTexture()
DGrResourceProvider.h318 sk_sp<GrTexture> getExactScratch(SkISize dimensions,