Lines Matching refs:GrGeometryProcessor
51 class GrGeometryProcessor : public GrProcessor {
143 friend class GrGeometryProcessor;
164 GrGeometryProcessor(ClassID);
277 class GrGeometryProcessor::ProgramImpl {
297 const GrGeometryProcessor& geomProc, in EmitArgs()
315 const GrGeometryProcessor& fGeomProc;
346 const GrGeometryProcessor&) = 0;
350 virtual SkString getTessControlShaderGLSL(const GrGeometryProcessor&, in getTessControlShaderGLSL() argument
356 virtual SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&, in getTessEvaluationShaderGLSL() argument
490 class GrGeometryProcessor::TextureSampler {
516 const GrGeometryProcessor::TextureSampler& GrGeometryProcessor::IthTextureSampler(int i) { in IthTextureSampler()
591 constexpr size_t GrGeometryProcessor::Attribute::size() const { in size()