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

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrMatrixConvolutionEffect.h 20 class GrMatrixConvolutionEffect : public GrSingleTextureEffect {
31 return SkNEW_ARGS(GrMatrixConvolutionEffect, (texture,
53 virtual ~GrMatrixConvolutionEffect();
76 GrMatrixConvolutionEffect(GrTexture*,
GrMatrixConvolutionEffect.cpp 8 #include "GrMatrixConvolutionEffect.h"
49 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>();
62 const GrTextureDomain& domain = fp.cast<GrMatrixConvolutionEffect>().domain();
125 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>();
135 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>();
151 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(GrTexture* texture
    [all...]

Completed in 302 milliseconds