Searched refs:GrSweepGradient (Results 1 – 1 of 1) sorted by relevance
127 class GrSweepGradient : public GrGradientEffect { class132 return sk_sp<GrFragmentProcessor>(new GrSweepGradient(args)); in Make()134 ~GrSweepGradient() override {} in ~GrSweepGradient()139 GrSweepGradient(const CreateArgs& args) : INHERITED(args, args.fShader->colorsAreOpaque()) { in GrSweepGradient() function in GrSweepGradient140 this->initClassID<GrSweepGradient>(); in GrSweepGradient()155 class GrSweepGradient::GLSLSweepProcessor : public GrGradientEffect::GLSLProcessor {173 GrGLSLFragmentProcessor* GrSweepGradient::onCreateGLSLInstance() const { in onCreateGLSLInstance()174 return new GrSweepGradient::GLSLSweepProcessor(*this); in onCreateGLSLInstance()177 void GrSweepGradient::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()179 GrSweepGradient::GLSLSweepProcessor::GenKey(*this, caps, b); in onGetGLSLProcessorKey()[all …]