Searched refs:maskProxy (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrAlphaThresholdFragmentProcessor.fp | 64 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx); 75 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh,
|
D | GrAlphaThresholdFragmentProcessor.cpp | 110 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/ |
D | GrAlphaThresholdFragmentProcessor.fp | 64 sk_sp<GrTextureProxy> maskProxy = testData->textureProxy(GrProcessorUnitTest::kAlphaTextureIdx); 75 return GrAlphaThresholdFragmentProcessor::Make(std::move(maskProxy), innerThresh, outerThresh,
|
D | GrAlphaThresholdFragmentProcessor.cpp | 110 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/ |
D | SkAlphaThresholdFilter.cpp | 177 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/ |
D | SkAlphaThresholdFilter.cpp | 180 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/ |
D | GrBlurUtils.cpp | 400 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/ |
D | GrBlurUtils.cpp | 400 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()
|