Home
last modified time | relevance | path

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

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