Home
last modified time | relevance | path

Searched refs:planeFPs (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/effects/
H A DGrYUVtoRGBEffect.cpp54 std::unique_ptr<GrFragmentProcessor> planeFPs[SkYUVAInfo::kMaxPlanes]; in Make() local
148 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() argument
218 this->registerChild(std::move(planeFPs[i]), SkSL::SampleUsage::Explicit()); in GrYUVtoRGBEffect()
222 this->registerChild(std::move(planeFPs[i])); in GrYUVtoRGBEffect()
H A DGrYUVtoRGBEffect.h32 GrYUVtoRGBEffect(std::unique_ptr<GrFragmentProcessor> planeFPs[4],

Completed in 2 milliseconds