Searched refs:SwizzleFragmentProcessor (Results 1 – 1 of 1) sorted by relevance
262 class SwizzleFragmentProcessor : public GrFragmentProcessor { in SwizzleOutput() class267 new SwizzleFragmentProcessor(std::move(fp), swizzle)); in SwizzleOutput()277 SwizzleFragmentProcessor(std::unique_ptr<GrFragmentProcessor> fp, in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor290 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()306 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()325 return SwizzleFragmentProcessor::Make(std::move(fp), swizzle); in SwizzleOutput()