HomeSort by relevance Sort by last modified time
    Searched defs:GrConvolutionEffect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.h 20 class GrConvolutionEffect : public Gr1DKernelEffect {
31 AutoEffectUnref effect(SkNEW_ARGS(GrConvolutionEffect, (tex,
47 AutoEffectUnref effect(SkNEW_ARGS(GrConvolutionEffect, (tex,
56 virtual ~GrConvolutionEffect();
93 GrConvolutionEffect(GrTexture*, Direction,
100 GrConvolutionEffect(GrTexture*, Direction,
GrConvolutionEffect.cpp 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
    [all...]
  /external/skia/src/gpu/effects/
GrConvolutionEffect.h 20 class GrConvolutionEffect : public Gr1DKernelEffect {
31 AutoEffectUnref effect(SkNEW_ARGS(GrConvolutionEffect, (tex,
47 AutoEffectUnref effect(SkNEW_ARGS(GrConvolutionEffect, (tex,
56 virtual ~GrConvolutionEffect();
93 GrConvolutionEffect(GrTexture*, Direction,
100 GrConvolutionEffect(GrTexture*, Direction,
GrConvolutionEffect.cpp 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
    [all...]

Completed in 170 milliseconds