Home
last modified time | relevance | path

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

/external/skia/src/effects/
DGrAlphaThresholdFragmentProcessor.h26 sk_sp<GrTextureProxy> maskProxy, in Make() argument
34 std::move(maskProxy), in Make()
52 sk_sp<GrTextureProxy> maskProxy,
DGrAlphaThresholdFragmentProcessor.cpp33 sk_sp<GrTextureProxy> maskProxy, in GrAlphaThresholdFragmentProcessor() argument
47 maskProxy.get(), in GrAlphaThresholdFragmentProcessor()
49 , fMaskTextureSampler(resourceProvider, maskProxy) { in GrAlphaThresholdFragmentProcessor()
153 sk_sp<GrTextureProxy> maskProxy = d->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx); in TestCreate() local
168 std::move(maskProxy), in TestCreate()
DSkAlphaThresholdFilter.cpp164 sk_sp<GrTextureProxy> maskProxy(this->createMaskTexture(context, matrix, bounds)); in onFilterImage() local
165 if (!maskProxy) { in onFilterImage()
177 std::move(maskProxy), in onFilterImage()
/external/skia/src/gpu/
DGrBlurUtils.cpp224 sk_sp<GrTextureProxy> maskProxy(create_mask_GPU(context, in draw_path_with_mask_filter() local
230 if (maskProxy) { in draw_path_with_mask_filter()
232 std::move(maskProxy), in draw_path_with_mask_filter()