Home
last modified time | relevance | path

Searched refs:GrMatrixConvolutionEffect (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp39 const GrMatrixConvolutionEffect& mce = args.fFp.cast<GrMatrixConvolutionEffect>(); in emitCode()
117 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>(); in GenKey()
127 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>(); in onSetData()
146 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> srcProxy, in GrMatrixConvolutionEffect() function in GrMatrixConvolutionEffect
175 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect& that) in GrMatrixConvolutionEffect() function in GrMatrixConvolutionEffect
190 std::unique_ptr<GrFragmentProcessor> GrMatrixConvolutionEffect::clone() const { in clone()
191 return std::unique_ptr<GrFragmentProcessor>(new GrMatrixConvolutionEffect(*this)); in clone()
194 void GrMatrixConvolutionEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
199 GrGLSLFragmentProcessor* GrMatrixConvolutionEffect::onCreateGLSLInstance() const { in onCreateGLSLInstance()
203 bool GrMatrixConvolutionEffect::onIsEqual(const GrFragmentProcessor& sBase) const { in onIsEqual()
[all …]
DGrMatrixConvolutionEffect.h17 class GrMatrixConvolutionEffect : public GrFragmentProcessor {
29 new GrMatrixConvolutionEffect(std::move(srcProxy), srcBounds, kernelSize, kernel, in Make()
60 GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> srcProxy,
70 GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect&);
/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp39 const GrMatrixConvolutionEffect& mce = args.fFp.cast<GrMatrixConvolutionEffect>(); in emitCode()
117 const GrMatrixConvolutionEffect& m = processor.cast<GrMatrixConvolutionEffect>(); in GenKey()
127 const GrMatrixConvolutionEffect& conv = processor.cast<GrMatrixConvolutionEffect>(); in onSetData()
146 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> srcProxy, in GrMatrixConvolutionEffect() function in GrMatrixConvolutionEffect
175 GrMatrixConvolutionEffect::GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect& that) in GrMatrixConvolutionEffect() function in GrMatrixConvolutionEffect
190 std::unique_ptr<GrFragmentProcessor> GrMatrixConvolutionEffect::clone() const { in clone()
191 return std::unique_ptr<GrFragmentProcessor>(new GrMatrixConvolutionEffect(*this)); in clone()
194 void GrMatrixConvolutionEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
199 GrGLSLFragmentProcessor* GrMatrixConvolutionEffect::onCreateGLSLInstance() const { in onCreateGLSLInstance()
203 bool GrMatrixConvolutionEffect::onIsEqual(const GrFragmentProcessor& sBase) const { in onIsEqual()
[all …]
DGrMatrixConvolutionEffect.h17 class GrMatrixConvolutionEffect : public GrFragmentProcessor {
29 new GrMatrixConvolutionEffect(std::move(srcProxy), srcBounds, kernelSize, kernel, in Make()
60 GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> srcProxy,
70 GrMatrixConvolutionEffect(const GrMatrixConvolutionEffect&);
/external/skqp/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp358 auto fp = GrMatrixConvolutionEffect::Make(std::move(inputProxy), in onFilterImage()
/external/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp358 auto fp = GrMatrixConvolutionEffect::Make(std::move(inputProxy), in onFilterImage()
/external/skia/src/core/
DSkGpuBlurUtils.cpp143 auto conv = GrMatrixConvolutionEffect::MakeGaussian(std::move(proxy), srcBounds, size, 1.0, 0.0, in convolve_gaussian_2d()
/external/skqp/src/core/
DSkGpuBlurUtils.cpp141 auto conv = GrMatrixConvolutionEffect::MakeGaussian(std::move(proxy), srcBounds, size, 1.0, 0.0, in convolve_gaussian_2d()
/external/skqp/gn/
Dgpu.gni341 "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp",
342 "$_src/gpu/effects/GrMatrixConvolutionEffect.h",
/external/skia/gn/
Dgpu.gni348 "$_src/gpu/effects/GrMatrixConvolutionEffect.cpp",
349 "$_src/gpu/effects/GrMatrixConvolutionEffect.h",
/external/skqp/
DAndroid.bp913 "src/gpu/effects/GrMatrixConvolutionEffect.cpp",
/external/skia/
DAndroid.bp682 "src/gpu/effects/GrMatrixConvolutionEffect.cpp",