Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/shaders/
DSkColorFilterShader.cpp66 std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(fp1), std::move(fp2) }; in asFragmentProcessor() local
67 return GrFragmentProcessor::RunInSeries(fpSeries, 2); in asFragmentProcessor()
/third_party/flutter/skia/src/effects/imagefilters/
DSkAlphaThresholdFilter.cpp188 std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(textureFP), in onFilterImage() local
190 auto fp = GrFragmentProcessor::RunInSeries(fpSeries, 2); in onFilterImage()
/third_party/flutter/skia/src/gpu/
DSkGr.cpp524 … std::unique_ptr<GrFragmentProcessor> fpSeries[] = { std::move(shaderFP), std::move(fp) }; in SkPaintToGrPaintWithTexture() local
525 shaderFP = GrFragmentProcessor::RunInSeries(fpSeries, 2); in SkPaintToGrPaintWithTexture()