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

  /external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.h 17 class GrMatrixConvolutionEffect : public GrFragmentProcessor {
29 new GrMatrixConvolutionEffect(std::move(srcProxy), srcBounds, kernelSize, kernel,
60 GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> srcProxy,
70 GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect&);
GrMatrixConvolutionEffect.cpp 7 #include "GrMatrixConvolutionEffect.h"
39 const GrMatrixConvolutionEffect& mce = args.fFp.cast<GrMatrixConvolutionEffect>();
117 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>();
127 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>();
146 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> srcProxy,
175 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect& that
    [all...]
  /external/skqp/src/gpu/effects/
GrMatrixConvolutionEffect.h 17 class GrMatrixConvolutionEffect : public GrFragmentProcessor {
29 new GrMatrixConvolutionEffect(std::move(srcProxy), srcBounds, kernelSize, kernel,
60 GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> srcProxy,
70 GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect&);
GrMatrixConvolutionEffect.cpp 7 #include "GrMatrixConvolutionEffect.h"
39 const GrMatrixConvolutionEffect& mce = args.fFp.cast<GrMatrixConvolutionEffect>();
117 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>();
127 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>();
146 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> srcProxy,
175 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect& that
    [all...]
  /external/skia/src/effects/imagefilters/
SkMatrixConvolutionImageFilter.cpp 22 #include "effects/GrMatrixConvolutionEffect.h"
358 auto fp = GrMatrixConvolutionEffect::Make(std::move(inputProxy),
  /external/skqp/src/effects/imagefilters/
SkMatrixConvolutionImageFilter.cpp 22 #include "effects/GrMatrixConvolutionEffect.h"
358 auto fp = GrMatrixConvolutionEffect::Make(std::move(inputProxy),
  /external/skia/src/core/
SkGpuBlurUtils.cpp 20 #include "effects/GrMatrixConvolutionEffect.h"
143 auto conv = GrMatrixConvolutionEffect::MakeGaussian(std::move(proxy), srcBounds, size, 1.0, 0.0,
  /external/skqp/src/core/
SkGpuBlurUtils.cpp 19 #include "effects/GrMatrixConvolutionEffect.h"
141 auto conv = GrMatrixConvolutionEffect::MakeGaussian(std::move(proxy), srcBounds, size, 1.0, 0.0,

Completed in 419 milliseconds