Searched refs:GrRectBlurEffect (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrRectBlurEffect.cpp | 24 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 …]
|
D | GrRectBlurEffect.h | 22 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/ |
D | GrRectBlurEffect.fp | 52 return std::unique_ptr<GrFragmentProcessor>(new GrRectBlurEffect(rect, sigma)); 135 return GrRectBlurEffect::Make(data->proxyProvider(), *data->caps()->shaderCaps(),
|
/third_party/flutter/skia/gn/ |
D | sksl.gni | 56 "$_src/gpu/effects/GrRectBlurEffect.fp",
|
D | gpu.gni | 317 "$_src/gpu/effects/generated/GrRectBlurEffect.cpp", 318 "$_src/gpu/effects/generated/GrRectBlurEffect.h",
|
/third_party/flutter/skia/src/core/ |
D | SkBlurMF.cpp | 765 fp = GrRectBlurEffect::Make(proxyProvider, *context->priv().caps()->shaderCaps(), in directFilterMaskGPU()
|
/third_party/flutter/build/skia/ohos/ |
D | BUILD.gn | 891 "$flutter_root/skia/src/gpu/effects/generated/GrRectBlurEffect.cpp",
|
/third_party/flutter/build/skia/ |
D | BUILD.gn | 1492 "$flutter_root/skia/src/gpu/effects/generated/GrRectBlurEffect.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 1039 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
|