Home
last modified time | relevance | path

Searched refs:GrRectBlurEffect (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/gpu/effects/generated/
DGrRectBlurEffect.cpp24 const GrRectBlurEffect& _outer = args.fFp.cast<GrRectBlurEffect>(); in emitCode()
83 const GrRectBlurEffect& _outer = _proc.cast<GrRectBlurEffect>(); in onSetData()
102 GrGLSLFragmentProcessor* GrRectBlurEffect::onCreateGLSLInstance() const { in onCreateGLSLInstance()
105 void GrRectBlurEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
112 bool GrRectBlurEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()
113 const GrRectBlurEffect& that = other.cast<GrRectBlurEffect>(); in onIsEqual()
119 GrRectBlurEffect::GrRectBlurEffect(const GrRectBlurEffect& src) in GrRectBlurEffect() function in GrRectBlurEffect
123 std::unique_ptr<GrFragmentProcessor> GrRectBlurEffect::clone() const { in clone()
124 return std::unique_ptr<GrFragmentProcessor>(new GrRectBlurEffect(*this)); in clone()
126 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrRectBlurEffect);
[all …]
DGrRectBlurEffect.h22 class GrRectBlurEffect : public GrFragmentProcessor {
49 return std::unique_ptr<GrFragmentProcessor>(new GrRectBlurEffect(rect, sigma)); in Make()
51 GrRectBlurEffect(const GrRectBlurEffect& src);
58 GrRectBlurEffect(SkRect rect, float sigma) in GrRectBlurEffect() function
/third_party/flutter/skia/src/gpu/effects/
DGrRectBlurEffect.fp52 return std::unique_ptr<GrFragmentProcessor>(new GrRectBlurEffect(rect, sigma));
135 return GrRectBlurEffect::Make(data->proxyProvider(), *data->caps()->shaderCaps(),
/third_party/flutter/skia/gn/
Dsksl.gni56 "$_src/gpu/effects/GrRectBlurEffect.fp",
Dgpu.gni317 "$_src/gpu/effects/generated/GrRectBlurEffect.cpp",
318 "$_src/gpu/effects/generated/GrRectBlurEffect.h",
/third_party/flutter/skia/src/core/
DSkBlurMF.cpp765 fp = GrRectBlurEffect::Make(proxyProvider, *context->priv().caps()->shaderCaps(), in directFilterMaskGPU()
/third_party/flutter/build/skia/ohos/
DBUILD.gn891 "$flutter_root/skia/src/gpu/effects/generated/GrRectBlurEffect.cpp",
/third_party/flutter/build/skia/
DBUILD.gn1492 "$flutter_root/skia/src/gpu/effects/generated/GrRectBlurEffect.cpp",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_skia1039 FILE: ../../../third_party/skia/src/gpu/effects/GrRectBlurEffect.fp
1062 FILE: ../../../third_party/skia/src/gpu/effects/generated/GrRectBlurEffect.cpp
1063 FILE: ../../../third_party/skia/src/gpu/effects/generated/GrRectBlurEffect.h