Home | History | Annotate | Download | only in effects

Lines Matching defs:GrConvolutionEffect

8 #include "GrConvolutionEffect.h"
51 const GrConvolutionEffect& c = drawEffect.castEffect<GrConvolutionEffect>();
107 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>();
138 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>();
143 key |= GrConvolutionEffect::kY_Direction == conv.direction() ? 0x1 : 0x0;
150 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture,
166 GrConvolutionEffect::GrConvolutionEffect(GrTexture* texture,
193 GrConvolutionEffect::~GrConvolutionEffect() {
196 const GrBackendEffectFactory& GrConvolutionEffect::getFactory() const {
197 return GrTBackendEffectFactory<GrConvolutionEffect>::getInstance();
200 bool GrConvolutionEffect::onIsEqual(const GrEffect& sBase) const {
201 const GrConvolutionEffect& s = CastEffect<GrConvolutionEffect>(sBase);
212 GR_DEFINE_EFFECT_TEST(GrConvolutionEffect);
214 GrEffectRef* GrConvolutionEffect::TestCreate(SkRandom* random,
232 return GrConvolutionEffect::Create(textures[texIdx],