Searched refs:GrMatrixConvolutionEffect (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrMatrixConvolutionEffect.cpp | 39 const GrMatrixConvolutionEffect& mce = args.fFp.cast<GrMatrixConvolutionEffect>(); in emitCode() 125 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>(); in GenKey() 135 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>(); in onSetData() 153 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrResourceProvider* resourceProvider, in GrMatrixConvolutionEffect() function in GrMatrixConvolutionEffect 171 this->initClassID<GrMatrixConvolutionEffect>(); in GrMatrixConvolutionEffect() 179 void GrMatrixConvolutionEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey() 184 GrGLSLFragmentProcessor* GrMatrixConvolutionEffect::onCreateGLSLInstance() const { in onCreateGLSLInstance() 188 bool GrMatrixConvolutionEffect::onIsEqual(const GrFragmentProcessor& sBase) const { in onIsEqual() 189 const GrMatrixConvolutionEffect& s = sBase.cast<GrMatrixConvolutionEffect>(); in onIsEqual() 230 sk_sp<GrFragmentProcessor> GrMatrixConvolutionEffect::MakeGaussian( in MakeGaussian() [all …]
|
D | GrMatrixConvolutionEffect.h | 18 class GrMatrixConvolutionEffect : public GrSingleTextureEffect { 31 new GrMatrixConvolutionEffect(resourceProvider, std::move(proxy), bounds, kernelSize, in Make() 59 GrMatrixConvolutionEffect(GrResourceProvider*,
|
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 114 sk_sp<GrFragmentProcessor> conv(GrMatrixConvolutionEffect::MakeGaussian( in convolve_gaussian_2d()
|
/external/skia/src/effects/ |
D | SkMatrixConvolutionImageFilter.cpp | 321 sk_sp<GrFragmentProcessor> fp(GrMatrixConvolutionEffect::Make(context->resourceProvider(), in onFilterImage()
|
/external/skia/gn/ |
D | gpu.gni | 320 "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp", 321 "$_src/gpu/effects/GrMatrixConvolutionEffect.h",
|
/external/skia/ |
D | Android.bp | 462 "src/gpu/effects/GrMatrixConvolutionEffect.cpp",
|