Searched refs:maskProxy (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/effects/ |
D | GrAlphaThresholdFragmentProcessor.h | 26 sk_sp<GrTextureProxy> maskProxy, in Make() argument 34 std::move(maskProxy), in Make() 52 sk_sp<GrTextureProxy> maskProxy,
|
D | GrAlphaThresholdFragmentProcessor.cpp | 33 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()
|
D | SkAlphaThresholdFilter.cpp | 164 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/ |
D | GrBlurUtils.cpp | 224 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()
|