Searched refs:GrDitherEffect (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/effects/generated/ |
D | GrDitherEffect.cpp | 25 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 …]
|
D | GrDitherEffect.h | 19 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/ |
D | GrDitherEffect.fp | 55 return GrDitherEffect::Make(GrProcessorUnitTest::MakeChildFP(d), range); 64 return std::unique_ptr<GrFragmentProcessor>(new GrDitherEffect(std::move(inputFP), range));
|
/external/skia/src/gpu/ |
D | SkGr.cpp | 445 paintFP = GrDitherEffect::Make(std::move(paintFP), ditherRange); in skpaint_to_grpaint_impl()
|
/external/skia/gn/ |
D | sksl.gni | 218 "$_src/gpu/effects/GrDitherEffect.fp",
|
D | gpu.gni | 342 "$_src/gpu/effects/generated/GrDitherEffect.cpp", 343 "$_src/gpu/effects/generated/GrDitherEffect.h",
|
/external/skia/ |
D | Android.bp | 569 "src/gpu/effects/generated/GrDitherEffect.cpp", 1553 "src/gpu/effects/generated/GrDitherEffect.cpp",
|