Searched refs:fpB (Results 1 – 2 of 2) sorted by relevance
141 sk_sp<GrFragmentProcessor> fpB(as_SB(fSrc)->asFragmentProcessor(args)); in asFragmentProcessor() local142 if (!fpB) { in asFragmentProcessor()146 return GrXfermodeFragmentProcessor::MakeFromTwoProcessors(std::move(fpB), in asFragmentProcessor()
186 sk_sp<GrFragmentProcessor> fpB(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate() local193 new ComposeTwoFragmentProcessor(std::move(fpA), std::move(fpB), mode)); in TestCreate()