Searched refs:DitherEffect (Results 1 – 1 of 1) sorted by relevance
17 class DitherEffect : public GrFragmentProcessor { class20 return new DitherEffect; in Create()23 virtual ~DitherEffect() {}; in ~DitherEffect()28 DitherEffect() { in DitherEffect() function in DitherEffect29 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 …]