Searched refs:SwizzleFragmentProcessor (Results 1 – 1 of 1) sorted by relevance
249 class SwizzleFragmentProcessor : public GrFragmentProcessor { in SwizzleOutput() class254 new SwizzleFragmentProcessor(std::move(fp), swizzle)); in SwizzleOutput()264 SwizzleFragmentProcessor(std::unique_ptr<GrFragmentProcessor> fp, in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor277 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()293 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()312 return SwizzleFragmentProcessor::Make(std::move(fp), swizzle); in SwizzleOutput()