HomeSort by relevance Sort by last modified time
    Searched refs:AutoEffectUnref (Results 1 - 19 of 19) sorted by null

  /external/skia/src/gpu/effects/
GrConvolutionEffect.h 26 AutoEffectUnref effect(SkNEW_ARGS(GrConvolutionEffect, (tex,
38 AutoEffectUnref effect(SkNEW_ARGS(GrConvolutionEffect, (tex,
GrSimpleTextureEffect.h 24 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix)));
30 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, bilerp)));
35 AutoEffectUnref effect(SkNEW_ARGS(GrSimpleTextureEffect, (tex, matrix, p)));
GrConfigConversionEffect.cpp 144 AutoEffectUnref effect(SkNEW_ARGS(GrConfigConversionEffect,
216 AutoEffectUnref pmToUPM1(SkNEW_ARGS(GrConfigConversionEffect, (dataTex,
220 AutoEffectUnref upmToPM(SkNEW_ARGS(GrConfigConversionEffect, (readTex,
224 AutoEffectUnref pmToUPM2(SkNEW_ARGS(GrConfigConversionEffect, (tempTex,
280 AutoEffectUnref effect(SkNEW_ARGS(GrConfigConversionEffect, (texture,
GrTextureDomainEffect.cpp 144 AutoEffectUnref effect(SkNEW_ARGS(GrTextureDomainEffect, (texture,
  /external/skia/include/gpu/
GrEffect.h 179 /** This should be called by GrEffect subclass factories. See the comment on AutoEffectUnref for
200 AutoEffectUnref effect(SkNEW_ARGS(EffectSubclass, (param1, param2, ...)));
204 class AutoEffectUnref {
206 AutoEffectUnref(GrEffect* effect) : fEffect(effect) { }
207 ~AutoEffectUnref() { fEffect->unref(); }
  /external/skia/src/effects/
SkBlendImageFilter.cpp 148 AutoEffectUnref effect(SkNEW_ARGS(GrBlendEffect, (mode, foreground, background)));
SkMagnifierImageFilter.cpp 34 AutoEffectUnref effect(SkNEW_ARGS(GrMagnifierEffect, (texture,
SkTableColorFilter.cpp 230 AutoEffectUnref effect(SkNEW_ARGS(ColorTableEffect, (texture, flags)));
SkBicubicImageFilter.cpp 168 AutoEffectUnref effect(SkNEW_ARGS(GrBicubicEffect, (tex, coefficients)));
SkColorMatrixFilter.cpp 329 AutoEffectUnref effect(SkNEW_ARGS(ColorMatrixEffect, (matrix)));
SkDisplacementMapEffect.cpp 238 AutoEffectUnref effect(SkNEW_ARGS(GrDisplacementMapEffect, (xChannelSelector,
SkMorphologyImageFilter.cpp 248 AutoEffectUnref effect(SkNEW_ARGS(GrMorphologyEffect, (tex, dir, radius, type)));
SkLightingImageFilter.cpp 334 AutoEffectUnref effect(SkNEW_ARGS(GrDiffuseLightingEffect, (texture,
368 AutoEffectUnref effect(SkNEW_ARGS(GrSpecularLightingEffect, (texture,
    [all...]
SkMatrixConvolutionImageFilter.cpp 258 AutoEffectUnref effect(SkNEW_ARGS(GrMatrixConvolutionEffect, (texture,
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 419 AutoEffectUnref effect(SkNEW_ARGS(GrSweepGradient, (ctx, shader, matrix)));
SkLinearGradient.cpp 492 AutoEffectUnref effect(SkNEW_ARGS(GrLinearGradient, (ctx, shader, matrix, tm)));
SkRadialGradient.cpp 511 AutoEffectUnref effect(SkNEW_ARGS(GrRadialGradient, (ctx, shader, matrix, tm)));
SkTwoPointRadialGradient.cpp 434 AutoEffectUnref effect(SkNEW_ARGS(GrRadial2Gradient, (ctx, shader, matrix, tm)));
SkTwoPointConicalGradient.cpp 376 AutoEffectUnref effect(SkNEW_ARGS(GrConical2Gradient, (ctx, shader, matrix, tm)));

Completed in 117 milliseconds