Home
last modified time | relevance | path

Searched refs:maskProxy (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.fp64 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx);
75 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh,
/third_party/flutter/skia/src/gpu/effects/generated/
DGrAlphaThresholdFragmentProcessor.cpp110 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx); in TestCreate() local
121 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh, in TestCreate()
/third_party/flutter/skia/src/effects/imagefilters/
DSkAlphaThresholdFilter.cpp166 sk_sp<GrTextureProxy> maskProxy(this->createMaskTexture(context, matrix, bounds)); in onFilterImage() local
167 if (!maskProxy) { in onFilterImage()
180 auto thresholdFP = GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), in onFilterImage()
/third_party/skia/src/gpu/v1/
DClipStack.cpp1598 GrSurfaceProxyView maskProxy; in GetSWMaskFP() local
1607 maskProxy = proxyProvider->findCachedProxyWithColorTypeFallback( in GetSWMaskFP()
1609 if (maskProxy) { in GetSWMaskFP()
1616 if (!maskProxy) { in GetSWMaskFP()
1618 maskProxy = render_sw_mask(context, bounds, elements, count); in GetSWMaskFP()
1619 if (!maskProxy) { in GetSWMaskFP()
1626 proxyProvider->assignUniqueKeyToProxy(mask.key(), maskProxy.asTextureProxy()); in GetSWMaskFP()
1631 SkASSERT(maskProxy && maskProxy.origin() == kMaskOrigin); in GetSWMaskFP()
1643 auto fp = GrTextureEffect::MakeSubset(std::move(maskProxy), kPremul_SkAlphaType, m, in GetSWMaskFP()
/third_party/flutter/skia/src/gpu/
DGrBlurUtils.cpp397 sk_sp<GrTextureProxy> maskProxy(create_mask_GPU( in draw_shape_with_mask_filter() local
403 if (maskProxy) { in draw_shape_with_mask_filter()
405 std::move(maskProxy), in draw_shape_with_mask_filter()