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

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h20 class GrMatrixConvolutionEffect : public GrSingleTextureEffect { class in inherits:GrSingleTextureEffect
31 return SkNEW_ARGS(GrMatrixConvolutionEffect, (texture,
53 virtual ~GrMatrixConvolutionEffect();
76 GrMatrixConvolutionEffect(GrTexture*,
H A DGrMatrixConvolutionEffect.cpp8 #include "GrMatrixConvolutionEffect.h"
49 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>();
62 const GrTextureDomain& domain = fp.cast<GrMatrixConvolutionEffect>().domain();
125 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>();
135 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>();
151 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrTextur function in class:GrMatrixConvolutionEffect
242 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrMatrixConvolutionEffect); variable
[all...]
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp330 class GrMatrixConvolutionEffect : public GrSingleTextureEffect { class in inherits:GrSingleTextureEffect
342 AutoEffectUnref effect(SkNEW_ARGS(GrMatrixConvolutionEffect, (texture,
353 virtual ~GrMatrixConvolutionEffect();
376 GrMatrixConvolutionEffect(GrTexture*,
438 const GrMatrixConvolutionEffect& m = drawEffect.castEffect<GrMatrixConvolutionEffect>();
542 const GrMatrixConvolutionEffect& m = drawEffect.castEffect<GrMatrixConvolutionEffect>();
551 const GrMatrixConvolutionEffect& conv = drawEffect.castEffect<GrMatrixConvolutionEffect>();
577 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrTexture* texture, function in class:GrMatrixConvolutionEffect
623 GR_DEFINE_EFFECT_TEST(GrMatrixConvolutionEffect); variable
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.cpp14 #include "effects/GrMatrixConvolutionEffect.h"
78 SkAutoTUnref<GrFragmentProcessor> conv(GrMatrixConvolutionEffect::CreateGaussian(
H A DSkMatrixConvolutionImageFilter.cpp17 #include "effects/GrMatrixConvolutionEffect.h"
400 *fp = GrMatrixConvolutionEffect::Create(texture,
/external/chromium_org/skia/
H A Dskia_library.target.darwin-arm.mk390 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.darwin-arm64.mk390 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.darwin-mips.mk390 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.darwin-mips64.mk390 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.darwin-x86.mk391 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.darwin-x86_64.mk391 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.linux-arm.mk390 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.linux-arm64.mk390 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.linux-mips.mk390 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.linux-mips64.mk390 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.linux-x86.mk391 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \
H A Dskia_library.target.linux-x86_64.mk391 third_party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp \

Completed in 173 milliseconds