Home
last modified time | relevance | path

Searched refs:TextureSampler (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h61 class TextureSampler;
167 const TextureSampler& textureSampler(int index) const;
257 static const TextureSampler& IthTextureSampler(int i, const TextureSampler& samp0, in IthTextureSampler()
261 inline static const TextureSampler& IthTextureSampler(int i);
264 virtual const TextureSampler& onTextureSampler(int) const { return IthTextureSampler(0); } in onTextureSampler()
490 class GrGeometryProcessor::TextureSampler { class in GrGeometryProcessor
492 TextureSampler() = default;
494 TextureSampler(GrSamplerState, const GrBackendFormat&, const GrSwizzle&);
496 TextureSampler(cons
[all...]
H A DGrGeometryProcessor.cpp21 const GrGeometryProcessor::TextureSampler& GrGeometryProcessor::textureSampler(int i) const { in textureSampler()
46 GrGeometryProcessor::TextureSampler::TextureSampler(GrSamplerState samplerState, in TextureSampler() function in GrGeometryProcessor::TextureSampler
52 void GrGeometryProcessor::TextureSampler::reset(GrSamplerState samplerState, in reset()
H A DGrProgramDesc.cpp63 const GrGeometryProcessor::TextureSampler& sampler = geomProc.textureSampler(i); in add_geomproc_sampler_keys()
/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.h118 const TextureSampler& onTextureSampler(int i) const override { return fTextureSamplers[i]; }
120 TextureSampler fTextureSamplers[kMaxTextures];
184 const TextureSampler& onTextureSampler(int i) const override { return fTextureSamplers[i]; }
187 TextureSampler fTextureSamplers[kMaxTextures];
262 const TextureSampler& onTextureSampler(int i) const override { return fTextureSamplers[i]; }
264 TextureSampler fTextureSamplers[kMaxTextures];
H A DGrShadowGeoProc.h48 const TextureSampler& onTextureSampler(int i) const override { return fLUTTextureSampler; }
51 TextureSampler fLUTTextureSampler;
H A DGrBitmapTextGeoProc.h69 const TextureSampler& onTextureSampler(int i) const override { return fTextureSamplers[i]; }
75 TextureSampler fTextureSamplers[kMaxTextures];
/third_party/skia/src/gpu/ops/
H A DDrawAtlasPathOp.cpp65 const TextureSampler& onTextureSampler(int) const override { return fAtlasAccess; }
70 TextureSampler fAtlasAccess;
H A DLatticeOp.cpp123 const TextureSampler& onTextureSampler(int) const override { return fSampler; }
131 TextureSampler fSampler;
H A DQuadPerEdgeAA.cpp919 const TextureSampler& onTextureSampler(int) const override { return fSampler; }
938 TextureSampler fSampler;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h1450 TextureSampler, member in rx::vk::RenderPassUsage
H A DContextVk.cpp1701 image.setRenderPassUsageFlag(vk::RenderPassUsage::TextureSampler); in handleDirtyTexturesImpl()
H A Dvk_helpers.cpp5023 mRenderPassUsageFlags[RenderPassUsage::TextureSampler]; in usedByCurrentRenderPassAsAttachmentAndSampler()

Completed in 33 milliseconds