Lines Matching refs:GrAlphaThresholdFragmentProcessor
20 inline GrFragmentProcessor::OptimizationFlags GrAlphaThresholdFragmentProcessor::OptFlags(float out… in OptFlags()
29 GrAlphaThresholdFragmentProcessor::GrAlphaThresholdFragmentProcessor( in GrAlphaThresholdFragmentProcessor() function in GrAlphaThresholdFragmentProcessor
50 this->initClassID<GrAlphaThresholdFragmentProcessor>(); in GrAlphaThresholdFragmentProcessor()
57 bool GrAlphaThresholdFragmentProcessor::onIsEqual(const GrFragmentProcessor& sBase) const { in onIsEqual()
58 const GrAlphaThresholdFragmentProcessor& s = sBase.cast<GrAlphaThresholdFragmentProcessor>(); in onIsEqual()
71 const GrAlphaThresholdFragmentProcessor& atfp = in GenKey()
72 effect.cast<GrAlphaThresholdFragmentProcessor>(); in GenKey()
95 const GrAlphaThresholdFragmentProcessor& atfp = in emitCode()
96 args.fFp.cast<GrAlphaThresholdFragmentProcessor>(); in emitCode()
138 const GrAlphaThresholdFragmentProcessor& atfp = proc.cast<GrAlphaThresholdFragmentProcessor>(); in onSetData()
148 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrAlphaThresholdFragmentProcessor);
151 sk_sp<GrFragmentProcessor> GrAlphaThresholdFragmentProcessor::TestCreate(GrProcessorTestData* d) { in TestCreate()
165 return GrAlphaThresholdFragmentProcessor::Make(d->resourceProvider(), in TestCreate()
176 void GrAlphaThresholdFragmentProcessor::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
181 GrGLSLFragmentProcessor* GrAlphaThresholdFragmentProcessor::onCreateGLSLInstance() const { in onCreateGLSLInstance()