Home
last modified time | relevance | path

Searched refs:SwizzleFragmentProcessor (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrFragmentProcessor.cpp258 class SwizzleFragmentProcessor : public GrFragmentProcessor { in SwizzleOutput() class
263 new SwizzleFragmentProcessor(std::move(fp), swizzle)); in SwizzleOutput()
274 SwizzleFragmentProcessor(std::unique_ptr<GrFragmentProcessor> fp, const GrSwizzle& swizzle) in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor
286 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()
/external/skqp/src/gpu/
DGrFragmentProcessor.cpp155 class SwizzleFragmentProcessor : public GrFragmentProcessor { in SwizzleOutput() class
158 return std::unique_ptr<GrFragmentProcessor>(new SwizzleFragmentProcessor(swizzle)); in SwizzleOutput()
167 SwizzleFragmentProcessor(const GrSwizzle& swizzle) in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor
175 const SwizzleFragmentProcessor& sfp = args.fFp.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()
191 const SwizzleFragmentProcessor& sfp = other.cast<SwizzleFragmentProcessor>(); in SwizzleOutput()
211 SwizzleFragmentProcessor::Make(swizzle) }; in SwizzleOutput()