Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.fp64 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx);
75 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh,
DGrAlphaThresholdFragmentProcessor.cpp110 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx); in TestCreate() local
121 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh, in TestCreate()
/external/skqp/src/gpu/effects/
DGrAlphaThresholdFragmentProcessor.fp64 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx);
75 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh,
DGrAlphaThresholdFragmentProcessor.cpp110 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx); in TestCreate() local
121 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh, in TestCreate()
/external/skqp/src/effects/imagefilters/
DSkAlphaThresholdFilter.cpp177 sk_sp<GrTextureProxy> maskProxy(this->createMaskTexture(context, matrix, bounds)); in onFilterImage() local
178 if (!maskProxy) { in onFilterImage()
190 auto thresholdFP = GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), in onFilterImage()
/external/skia/src/effects/imagefilters/
DSkAlphaThresholdFilter.cpp180 sk_sp<GrTextureProxy> maskProxy(this->createMaskTexture(context, matrix, bounds)); in onFilterImage() local
181 if (!maskProxy) { in onFilterImage()
193 auto thresholdFP = GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), in onFilterImage()
/external/skia/src/gpu/
DGrBlurUtils.cpp400 sk_sp<GrTextureProxy> maskProxy(create_mask_GPU( in draw_shape_with_mask_filter() local
406 if (maskProxy) { in draw_shape_with_mask_filter()
408 std::move(maskProxy), in draw_shape_with_mask_filter()
/external/skqp/src/gpu/
DGrBlurUtils.cpp400 sk_sp<GrTextureProxy> maskProxy(create_mask_GPU( in draw_shape_with_mask_filter() local
406 if (maskProxy) { in draw_shape_with_mask_filter()
408 std::move(maskProxy), in draw_shape_with_mask_filter()