Searched refs:fpB (Results 1 – 2 of 2) sorted by relevance
204 sk_sp<GrFragmentProcessor> fpB(fShaderB->asFragmentProcessor(args)); in asFragmentProcessor() local205 if (!fpB) { in asFragmentProcessor()208 return GrXfermodeFragmentProcessor::MakeFromTwoProcessors(std::move(fpB), in asFragmentProcessor()
176 sk_sp<GrFragmentProcessor> fpB(GrProcessorUnitTest::MakeChildFP(d)); in TestCreate() local183 new ComposeTwoFragmentProcessor(std::move(fpA), std::move(fpB), mode)); in TestCreate()