Home
last modified time | relevance | path

Searched refs:GrConvolutionEffect (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/effects/
DGrConvolutionEffect.cpp35 const GrConvolutionEffect& ce = args.fFp.cast<GrConvolutionEffect>(); in emitCode()
95 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); in onSetData()
127 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); in GenKey()
132 key |= GrConvolutionEffect::kY_Direction == conv.direction() ? 0x1 : 0x0; in GenKey()
139 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture, in GrConvolutionEffect() function in GrConvolutionEffect
146 this->initClassID<GrConvolutionEffect>(); in GrConvolutionEffect()
156 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture, in GrConvolutionEffect() function in GrConvolutionEffect
163 this->initClassID<GrConvolutionEffect>(); in GrConvolutionEffect()
184 GrConvolutionEffect::~GrConvolutionEffect() { in ~GrConvolutionEffect()
187 void GrConvolutionEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, in onGetGLSLProcessorKey()
[all …]
DGrConvolutionEffect.h19 class GrConvolutionEffect : public Gr1DKernelEffect {
30 return new GrConvolutionEffect(tex, dir, halfWidth, kernel, useBounds, bounds); in Create()
40 return new GrConvolutionEffect(tex, dir, halfWidth, gaussianSigma, useBounds, bounds); in CreateGaussian()
43 virtual ~GrConvolutionEffect();
70 GrConvolutionEffect(GrTexture*, Direction,
77 GrConvolutionEffect(GrTexture*, Direction,
/external/skia/src/effects/
DSkGpuBlurUtils.cpp44 SkASSERT(*radius <= GrConvolutionEffect::kMaxKernelRadius); in adjust_sigma()
59 SkAutoTUnref<GrFragmentProcessor> conv(GrConvolutionEffect::CreateGaussian( in convolve_gaussian_1d()
/external/skia/gyp/
Dgpu.gypi260 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
261 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
/external/skia/
DAndroid.mk467 src/gpu/effects/GrConvolutionEffect.cpp \