Home
last modified time | relevance | path

Searched refs:yFP (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DSurfaceContext.cpp896 auto yFP = GrTextureEffect::Make(srcView, this->colorInfo().alphaType(), texMatrix); in asyncRescaleAndReadPixelsYUV420() local
897 yFP = GrFragmentProcessor::ColorMatrix(std::move(yFP), in asyncRescaleAndReadPixelsYUV420()
902 yFC->fillWithFP(std::move(yFP)); in asyncRescaleAndReadPixelsYUV420()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.cpp1855 auto yFP = GrColorMatrixFragmentProcessor::Make(yM, false, true, false); in asyncRescaleAndReadPixelsYUV420() local
1856 yPaint.addColorFragmentProcessor(std::move(yFP)); in asyncRescaleAndReadPixelsYUV420()