Home | History | Annotate | Download | only in effects

Lines Matching refs:effect

535         AutoEffectUnref effect(SkNEW_ARGS(GrPerlinNoiseEffect, (type, baseFrequency, numOctaves,
537 return CreateEffectRef(effect);
637 GrEffectRef* effect;
638 shader->asNewEffect(context, paint, NULL, &grColor, &effect);
642 return effect;