Searched refs:SwizzleFragmentProcessor (Results 1 – 2 of 2) sorted by relevance
258 class SwizzleFragmentProcessor : public GrFragmentProcessor { in SwizzleOutput() class263 new SwizzleFragmentProcessor(std::move(fp), swizzle)); in SwizzleOutput()274 SwizzleFragmentProcessor(std::unique_ptr<GrFragmentProcessor> fp, const GrSwizzle& swizzle) in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor286 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()302 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()321 return SwizzleFragmentProcessor::Make(std::move(fp), swizzle); in SwizzleOutput()
155 class SwizzleFragmentProcessor : public GrFragmentProcessor { in SwizzleOutput() class158 return std::unique_ptr<GrFragmentProcessor>(new SwizzleFragmentProcessor(swizzle)); in SwizzleOutput()167 SwizzleFragmentProcessor(const GrSwizzle& swizzle) in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor175 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()191 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()211 SwizzleFragmentProcessor::Make(swizzle) }; in SwizzleOutput()