Home
last modified time | relevance | path

Searched refs:fAtlasAccess (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipProcessor.h34 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; } in onTextureSampler()
40 const TextureSampler fAtlasAccess; variable
DGrCCPathProcessor.h79 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; } in onTextureSampler()
82 const TextureSampler fAtlasAccess; variable
DGrCCClipProcessor.cpp23 , fAtlasAccess(sk_ref_sp(fClipPath->atlasLazyProxy()), GrSamplerState::Filter::kNearest, in GrCCClipProcessor()
25 SkASSERT(fAtlasAccess.proxy()); in GrCCClipProcessor()
DGrCCPathProcessor.cpp87 , fAtlasAccess(atlasTexture->texturePriv().textureType(), GrSamplerState::Filter::kNearest, in GrCCPathProcessor()
/third_party/skia/src/gpu/ops/
DDrawAtlasPathOp.cpp30 , fAtlasAccess(GrSamplerState::Filter::kNearest, in DrawAtlasPathShader()
60 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; } in onTextureSampler()
65 TextureSampler fAtlasAccess; member in __anonb5de6ccb0111::DrawAtlasPathShader