Home
last modified time | relevance | path

Searched refs:GrDitherEffect (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/effects/generated/
DGrDitherEffect.cpp25 const GrDitherEffect& _outer = args.fFp.cast<GrDitherEffect>(); in emitCode()
55 const GrDitherEffect& _outer = _proc.cast<GrDitherEffect>(); in onSetData()
60 std::unique_ptr<GrGLSLFragmentProcessor> GrDitherEffect::onMakeProgramImpl() const { in onMakeProgramImpl()
63 void GrDitherEffect::onGetGLSLProcessorKey(const GrShaderCaps& caps, in onGetGLSLProcessorKey()
65 bool GrDitherEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual()
66 const GrDitherEffect& that = other.cast<GrDitherEffect>(); in onIsEqual()
71 GrDitherEffect::GrDitherEffect(const GrDitherEffect& src) in GrDitherEffect() function in GrDitherEffect
75 std::unique_ptr<GrFragmentProcessor> GrDitherEffect::clone() const { in clone()
76 return std::make_unique<GrDitherEffect>(*this); in clone()
79 SkString GrDitherEffect::onDumpInfo() const { return SkStringPrintf("(range=%f)", range); } in onDumpInfo()
[all …]
DGrDitherEffect.h19 class GrDitherEffect : public GrFragmentProcessor {
26 return std::unique_ptr<GrFragmentProcessor>(new GrDitherEffect(std::move(inputFP), range)); in Make()
28 GrDitherEffect(const GrDitherEffect& src);
34 GrDitherEffect(std::unique_ptr<GrFragmentProcessor> inputFP, float range) in GrDitherEffect() function
/external/skia/src/gpu/effects/
DGrDitherEffect.fp55 return GrDitherEffect::Make(GrProcessorUnitTest::MakeChildFP(d), range);
64 return std::unique_ptr<GrFragmentProcessor>(new GrDitherEffect(std::move(inputFP), range));
/external/skia/src/gpu/
DSkGr.cpp445 paintFP = GrDitherEffect::Make(std::move(paintFP), ditherRange); in skpaint_to_grpaint_impl()
/external/skia/gn/
Dsksl.gni218 "$_src/gpu/effects/GrDitherEffect.fp",
Dgpu.gni342 "$_src/gpu/effects/generated/GrDitherEffect.cpp",
343 "$_src/gpu/effects/generated/GrDitherEffect.h",
/external/skia/
DAndroid.bp569 "src/gpu/effects/generated/GrDitherEffect.cpp",
1553 "src/gpu/effects/generated/GrDitherEffect.cpp",