Home
last modified time | relevance | path

Searched refs:MakeGaussian (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/effects/
DGrMatrixConvolutionEffect.h33 static std::unique_ptr<GrFragmentProcessor> MakeGaussian(sk_sp<GrTextureProxy> srcProxy,
DGrMatrixConvolutionEffect.cpp296 std::unique_ptr<GrFragmentProcessor> GrMatrixConvolutionEffect::MakeGaussian( in MakeGaussian() function in GrMatrixConvolutionEffect
/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.h33 static std::unique_ptr<GrFragmentProcessor> MakeGaussian(sk_sp<GrTextureProxy> srcProxy,
DGrMatrixConvolutionEffect.cpp296 std::unique_ptr<GrFragmentProcessor> GrMatrixConvolutionEffect::MakeGaussian( in MakeGaussian() function in GrMatrixConvolutionEffect
/external/skia/src/core/
DSkGpuBlurUtils.cpp143 auto conv = GrMatrixConvolutionEffect::MakeGaussian(std::move(proxy), srcBounds, size, 1.0, 0.0, in convolve_gaussian_2d()
/external/skqp/src/core/
DSkGpuBlurUtils.cpp141 auto conv = GrMatrixConvolutionEffect::MakeGaussian(std::move(proxy), srcBounds, size, 1.0, 0.0, in convolve_gaussian_2d()