Searched defs:GrConvolutionEffect (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrConvolutionEffect.h19 class GrConvolutionEffect : public Gr1DKernelEffect { class in inherits:Gr1DKernelEffect
30 return SkNEW_ARGS(GrConvolutionEffect, (tex,
45 return SkNEW_ARGS(GrConvolutionEffect, (tex,
53 virtual ~GrConvolutionEffect();
84 GrConvolutionEffect(GrTexture*, Direction,
91 GrConvolutionEffect(GrTexture*, Direction,
H A DGrConvolutionEffect.cpp8 #include "GrConvolutionEffect.h"
48 const GrConvolutionEffect& c = processor.cast<GrConvolutionEffect>();
108 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>();
139 const GrConvolutionEffect& conv = processor.cast<GrConvolutionEffect>();
144 key |= GrConvolutionEffect::kY_Direction == conv.direction() ? 0x1 : 0x0;
151 GrConvolutionEffect::GrConvolutionEffect(GrTextur function in class:GrConvolutionEffect
168 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture, function in class:GrConvolutionEffect
219 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrConvolutionEffect); variable
[all...]

Completed in 77 milliseconds