Searched refs:xferFP (Results 1 – 3 of 3) sorted by relevance
103 auto xferFP = GrBlendFragmentProcessor::Make( in asFragmentProcessor() local107 if (xferFP == nullptr) { in asFragmentProcessor()119 xferFP->hasConstantOutputForConstantInput() >= fpHasConstIO); in asFragmentProcessor()121 return GrFPSuccess(std::move(xferFP)); in asFragmentProcessor()
310 std::unique_ptr<GrFragmentProcessor> xferFP = this->makeFGFrag(std::move(bgFP)); in filterImageGPU() local313 if (xferFP) { in filterImageGPU()314 paint.addColorFragmentProcessor(std::move(xferFP)); in filterImageGPU()
347 std::unique_ptr<GrFragmentProcessor> xferFP = GrSkSLFP::Make(context, in filterImageGPU() local353 if (xferFP) { in filterImageGPU()354 ((GrSkSLFP&) *xferFP).addChild(std::move(bgFP)); in filterImageGPU()355 paint.addColorFragmentProcessor(std::move(xferFP)); in filterImageGPU()