Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrFragmentProcessor.cpp249 class SwizzleFragmentProcessor : public GrFragmentProcessor { in SwizzleOutput() class
254 new SwizzleFragmentProcessor(std::move(fp), swizzle)); in SwizzleOutput()
264 SwizzleFragmentProcessor(std::unique_ptr<GrFragmentProcessor> fp, in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor
277 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()