Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrDitherEffect.cpp17 class DitherEffect : public GrFragmentProcessor { class
20 return new DitherEffect; in Create()
23 virtual ~DitherEffect() {}; in ~DitherEffect()
28 DitherEffect() { in DitherEffect() function in DitherEffect
29 this->initClassID<DitherEffect>(); in DitherEffect()
47 void DitherEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const { in onComputeInvariantOutput()
53 GR_DEFINE_FRAGMENT_PROCESSOR_TEST(DitherEffect);
55 const GrFragmentProcessor* DitherEffect::TestCreate(GrProcessorTestData*) { in TestCreate()
56 return DitherEffect::Create(); in TestCreate()
89 void DitherEffect::onGetGLSLProcessorKey(const GrGLSLCaps& caps, in onGetGLSLProcessorKey()
[all …]