Searched refs:RGBToYUVEffect (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrYUVEffect.cpp | 194 class RGBToYUVEffect : public GrFragmentProcessor { class 209 RGBToYUVEffect(const GrFragmentProcessor* rgbFP, SkYUVColorSpace colorSpace, in RGBToYUVEffect() function in __anon852a3f490111::RGBToYUVEffect 213 this->initClassID<RGBToYUVEffect>(); in RGBToYUVEffect() 229 OutputChannels oc = args.fFp.cast<RGBToYUVEffect>().outputChannels(); in emitCode() 275 const RGBToYUVEffect& effect = processor.cast<RGBToYUVEffect>(); in onSetData() 333 const RGBToYUVEffect& s = sBase.cast<RGBToYUVEffect>(); in onIsEqual() 363 return new RGBToYUVEffect(rgbFP, colorSpace, RGBToYUVEffect::kYUV_OutputChannels); in CreateRGBToYUV() 369 return new RGBToYUVEffect(rgbFP, colorSpace, RGBToYUVEffect::kY_OutputChannels); in CreateRGBToY() 375 return new RGBToYUVEffect(rgbFP, colorSpace, RGBToYUVEffect::kUV_OutputChannels); in CreateRGBToUV() 381 return new RGBToYUVEffect(rgbFP, colorSpace, RGBToYUVEffect::kU_OutputChannels); in CreateRGBToU() [all …]
|