Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrConvolutionEffect.h34 static GrFragmentProcessor* CreateGaussian(GrTexture* tex, in CreateGaussian() function
DGrMatrixConvolutionEffect.h34 static GrFragmentProcessor* CreateGaussian(GrTexture* texture,
DGrMatrixConvolutionEffect.cpp185 GrMatrixConvolutionEffect::CreateGaussian(GrTexture* texture, in CreateGaussian() function in GrMatrixConvolutionEffect
/external/skia/src/effects/
DSkGpuBlurUtils.cpp59 SkAutoTUnref<GrFragmentProcessor> conv(GrConvolutionEffect::CreateGaussian( in convolve_gaussian_1d()
88 SkAutoTUnref<GrFragmentProcessor> conv(GrMatrixConvolutionEffect::CreateGaussian( in convolve_gaussian_2d()