Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCClipProcessor.h29 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; } in onTextureSampler()
35 const TextureSampler fAtlasAccess; variable
DGrCCPathProcessor.h94 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; } in onTextureSampler()
96 const TextureSampler fAtlasAccess; variable
DGrCCClipProcessor.cpp23 , fAtlasAccess(sk_ref_sp(fClipPath->atlasLazyProxy()), GrSamplerState::Filter::kNearest, in GrCCClipProcessor()
25 SkASSERT(fAtlasAccess.proxy()); in GrCCClipProcessor()
DGrCCPathProcessor.cpp81 , fAtlasAccess(atlas->textureType(), atlas->config(), GrSamplerState::Filter::kNearest, in GrCCPathProcessor()
/external/skia/src/gpu/tessellate/
DGrDrawAtlasPathOp.cpp31 , fAtlasAccess(GrSamplerState::Filter::kNearest, atlasProxy->backendFormat(), swizzle) in DrawAtlasPathShader()
47 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; } in onTextureSampler()
50 const TextureSampler fAtlasAccess; member in __anon5b0885ff0111::DrawAtlasPathShader