Searched refs:planeFPs (Results 1 – 2 of 2) sorted by relevance
54 std::unique_ptr<GrFragmentProcessor> planeFPs[SkYUVAInfo::kMaxPlanes]; in Make() local148 planeFPs[i] = GrTextureEffect::MakeCustomLinearFilterInset(std::move(view), in Make()159 planeFPs[i] = GrTextureEffect::MakeSubset(std::move(view), in Make()168 planeFPs[i] = GrTextureEffect::MakeSubset(std::move(view), in Make()181 planeFPs[i] = GrTextureEffect::Make(std::move(view), in Make()190 new GrYUVtoRGBEffect(planeFPs, in Make()203 GrYUVtoRGBEffect::GrYUVtoRGBEffect(std::unique_ptr<GrFragmentProcessor> planeFPs[4], in GrYUVtoRGBEffect()218 this->registerChild(std::move(planeFPs[i]), SkSL::SampleUsage::Explicit()); in GrYUVtoRGBEffect()222 this->registerChild(std::move(planeFPs[i])); in GrYUVtoRGBEffect()
30 GrYUVtoRGBEffect(std::unique_ptr<GrFragmentProcessor> planeFPs[4],