Searched refs:GrSectionFields (Results 1 – 3 of 3) sorted by relevance
20 const GrSectionFields& _outer = args.fFp.cast<GrSectionFields>(); in emitCode()31 std::unique_ptr<GrGLSLFragmentProcessor> GrSectionFields::onMakeProgramImpl() const { in onMakeProgramImpl()34 void GrSectionFields::onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) con… in onGetGLSLProcessorKey()36 bool GrSectionFields::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()37 const GrSectionFields& that = other.cast<GrSectionFields>(); in onIsEqual()42 SkString GrSectionFields::onDumpInfo() const { in onDumpInfo()
15 class GrSectionFields : public GrFragmentProcessor {18 return std::unique_ptr<GrFragmentProcessor>(new GrSectionFields()); in Make()20 GrSectionFields(const GrSectionFields& src);24 GrSectionFields() in GrSectionFields() function
60 "/sksl/fp/GrSectionFields.fp",