Searched refs:planeFPs (Results 1 – 2 of 2) sorted by relevance
53 std::unique_ptr<GrFragmentProcessor> planeFPs[SkYUVAInfo::kMaxPlanes]; in Make() local129 planeFPs[i] = GrTextureEffect::MakeCustomLinearFilterInset(std::move(view), in Make()140 planeFPs[i] = GrTextureEffect::MakeSubset(std::move(view), in Make()149 planeFPs[i] = GrTextureEffect::MakeSubset(std::move(view), in Make()162 planeFPs[i] = GrTextureEffect::Make(std::move(view), in Make()171 new GrYUVtoRGBEffect(planeFPs, in Make()184 GrYUVtoRGBEffect::GrYUVtoRGBEffect(std::unique_ptr<GrFragmentProcessor> planeFPs[4], in GrYUVtoRGBEffect()199 this->registerChild(std::move(planeFPs[i]), SkSL::SampleUsage::Explicit()); in GrYUVtoRGBEffect()203 this->registerChild(std::move(planeFPs[i])); in GrYUVtoRGBEffect()
30 GrYUVtoRGBEffect(std::unique_ptr<GrFragmentProcessor> planeFPs[4],