Searched refs:GrMatrixConvolutionEffect (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp7 #include "GrMatrixConvolutionEffect.h"
43 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>();
54 const GrTextureDomain& domain = fp.cast<GrMatrixConvolutionEffect>().domain();
116 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>();
126 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>();
142 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrTextur function in class:GrMatrixConvolutionEffect
238 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrMatrixConvolutionEffect); variable
[all...]
H A DGrMatrixConvolutionEffect.h19 class GrMatrixConvolutionEffect : public GrSingleTextureEffect { class in inherits:GrSingleTextureEffect
30 return SkNEW_ARGS(GrMatrixConvolutionEffect, (texture,
52 virtual ~GrMatrixConvolutionEffect();
70 GrMatrixConvolutionEffect(GrTexture*,
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp14 #include "effects/GrMatrixConvolutionEffect.h"
79 SkAutoTUnref<GrFragmentProcessor> conv(GrMatrixConvolutionEffect::CreateGaussian(
H A DSkMatrixConvolutionImageFilter.cpp17 #include "effects/GrMatrixConvolutionEffect.h"
358 *fp = GrMatrixConvolutionEffect::Create(texture,
/external/skia/
H A DAndroid.mk521 src/gpu/effects/GrMatrixConvolutionEffect.cpp \

Completed in 205 milliseconds