Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp39 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 …]
DGrMatrixConvolutionEffect.h18 class GrMatrixConvolutionEffect : public GrSingleTextureEffect {
31 new GrMatrixConvolutionEffect(resourceProvider, std::move(proxy), bounds, kernelSize, in Make()
59 GrMatrixConvolutionEffect(GrResourceProvider*,
/external/skia/src/core/
DSkGpuBlurUtils.cpp114 sk_sp<GrFragmentProcessor> conv(GrMatrixConvolutionEffect::MakeGaussian( in convolve_gaussian_2d()
/external/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp321 sk_sp<GrFragmentProcessor> fp(GrMatrixConvolutionEffect::Make(context->resourceProvider(), in onFilterImage()
/external/skia/gn/
Dgpu.gni320 "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp",
321 "$_src/gpu/effects/GrMatrixConvolutionEffect.h",
/external/skia/
DAndroid.bp462 "src/gpu/effects/GrMatrixConvolutionEffect.cpp",