Searched refs:GrConvolutionEffect (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrConvolutionEffect.cpp | 48 const GrConvolutionEffect& c = processor.cast<GrConvolutionEffect>(); in GrGLConvolutionEffect() 108 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); in setData() 139 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>(); in GenKey() 144 key |= GrConvolutionEffect::kY_Direction == conv.direction() ? 0x1 : 0x0; in GenKey() 151 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture, in GrConvolutionEffect() function in GrConvolutionEffect 158 this->initClassID<GrConvolutionEffect>(); in GrConvolutionEffect() 168 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture, in GrConvolutionEffect() function in GrConvolutionEffect 175 this->initClassID<GrConvolutionEffect>(); in GrConvolutionEffect() 196 GrConvolutionEffect::~GrConvolutionEffect() { in ~GrConvolutionEffect() 199 void GrConvolutionEffect::getGLProcessorKey(const GrGLSLCaps& caps, in getGLProcessorKey() [all …]
|
D | GrConvolutionEffect.h | 19 class GrConvolutionEffect : public Gr1DKernelEffect { 30 return SkNEW_ARGS(GrConvolutionEffect, (tex, in Create() 45 return SkNEW_ARGS(GrConvolutionEffect, (tex, in CreateGaussian() 53 virtual ~GrConvolutionEffect(); 84 GrConvolutionEffect(GrTexture*, Direction, 91 GrConvolutionEffect(GrTexture*, Direction,
|
/external/skia/src/effects/ |
D | SkGpuBlurUtils.cpp | 42 SkASSERT(*radius <= GrConvolutionEffect::kMaxKernelRadius); in adjust_sigma() 58 SkAutoTUnref<GrFragmentProcessor> conv(GrConvolutionEffect::CreateGaussian( in convolve_gaussian_1d()
|
/external/skia/gyp/ |
D | gpu.gypi | 229 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp', 230 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
|
/external/skia/ |
D | Android.mk | 513 src/gpu/effects/GrConvolutionEffect.cpp \
|