Home
last modified time | relevance | path

Searched refs:fillRectWithFP (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DSurfaceFillContext.h53 virtual void fillRectWithFP(const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor>) = 0;
59 void fillRectWithFP(const SkIRect& dstRect,
68 this->fillRectWithFP(dstRect, lm, std::move(fp)); in fillRectToRectWithFP()
80 this->fillRectWithFP(SkIRect::MakeSize(fWriteView.proxy()->dimensions()), std::move(fp)); in fillWithFP()
88 this->fillRectWithFP(SkIRect::MakeSize(fWriteView.proxy()->dimensions()), in fillWithFP()
DSurfaceFillContext.cpp14 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() function in skgpu::SurfaceFillContext
18 this->fillRectWithFP(dstRect, std::move(fp)); in fillRectWithFP()
DGrDirectContextPriv.cpp280 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp1)); in test_for_preserving_PM_conversions()
287 tempSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp2)); in test_for_preserving_PM_conversions()
291 readSFC->fillRectWithFP(SkIRect::MakeWH(kSize, kSize), std::move(fp3)); in test_for_preserving_PM_conversions()
/third_party/skia/src/gpu/v1/
DSurfaceFillContext_v1.h41 void fillRectWithFP(const SkIRect& dstRect, std::unique_ptr<GrFragmentProcessor> fp) override;
DSurfaceFillContext_v1.cpp55 void SurfaceFillContext::fillRectWithFP(const SkIRect& dstRect, in fillRectWithFP() function in skgpu::v1::SurfaceFillContext
/third_party/skia/tests/
DBackendAllocationTest.cpp414 dstFillContext->fillRectWithFP(SkIRect::MakeWH(rectSize, rectSize), std::move(fp)); in check_mipmaps()