Searched refs:fAtlasAccess (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCClipProcessor.h | 29 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; } in onTextureSampler() 35 const TextureSampler fAtlasAccess; variable
|
D | GrCCPathProcessor.h | 94 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; } in onTextureSampler() 96 const TextureSampler fAtlasAccess; variable
|
D | GrCCClipProcessor.cpp | 23 , fAtlasAccess(sk_ref_sp(fClipPath->atlasLazyProxy()), GrSamplerState::Filter::kNearest, in GrCCClipProcessor() 25 SkASSERT(fAtlasAccess.proxy()); in GrCCClipProcessor()
|
D | GrCCPathProcessor.cpp | 81 , fAtlasAccess(atlas->textureType(), atlas->config(), GrSamplerState::Filter::kNearest, in GrCCPathProcessor()
|
/external/skia/src/gpu/tessellate/ |
D | GrDrawAtlasPathOp.cpp | 31 , 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
|