Searched defs:onIsEqual (Results 1 - 19 of 19) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrConstColorProcessor.cpp99 bool GrConstColorProcessor::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrConstColorProcessor
H A DGrBicubicEffect.cpp170 bool GrBicubicEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrBicubicEffect
H A DGrConfigConversionEffect.cpp116 bool GrConfigConversionEffect::onIsEqual(const GrFragmentProcessor& s) const { function in class:GrConfigConversionEffect
H A DGrConvexPolyEffect.cpp39 bool onIsEqual(const GrFragmentProcessor& other) const override {
353 bool GrConvexPolyEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrConvexPolyEffect
H A DGrConvolutionEffect.cpp208 bool GrConvolutionEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrConvolutionEffect
H A DGrTextureDomain.cpp268 bool GrTextureDomainEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrTextureDomainEffect
H A DGrMatrixConvolutionEffect.cpp177 bool GrMatrixConvolutionEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrMatrixConvolutionEffect
H A DGrOvalEffect.cpp39 bool onIsEqual(const GrFragmentProcessor&) const override;
70 bool CircleEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:CircleEffect
219 bool onIsEqual(const GrFragmentProcessor&) const override;
252 bool EllipseEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:EllipseEffect
H A DGrRRectEffect.cpp66 bool onIsEqual(const GrFragmentProcessor& other) const override;
101 bool CircularRRectEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:CircularRRectEffect
408 bool onIsEqual(const GrFragmentProcessor& other) const override;
439 bool EllipticalRRectEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:EllipticalRRectEffect
H A DGrCustomXfermode.cpp486 bool GrCustomXferFP::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrCustomXferFP
553 bool onIsEqual(const GrXferProcessor& xpBase) const override;
646 bool CustomXP::onIsEqual(const GrXferProcessor& other) const { function in class:CustomXP
/external/skia/src/effects/
H A DSkArithmeticMode_gpu.cpp126 bool GrArithmeticFP::onIsEqual(const GrFragmentProcessor& fpBase) const { function in class:GrArithmeticFP
196 bool onIsEqual(const GrXferProcessor& xpBase) const override {
H A DSkAlphaThresholdFilter.cpp105 bool onIsEqual(const GrFragmentProcessor&) const override;
226 bool AlphaThresholdEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:AlphaThresholdEffect
H A DSkMagnifierImageFilter.cpp86 bool onIsEqual(const GrFragmentProcessor&) const override;
240 bool GrMagnifierEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrMagnifierEffect
H A DSkDisplacementMapEffect.cpp368 bool onIsEqual(const GrFragmentProcessor&) const override;
498 bool GrDisplacementMapEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrDisplacementMapEffect
H A DSkMorphologyImageFilter.cpp329 bool onIsEqual(const GrFragmentProcessor&) const override;
527 bool GrMorphologyEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrMorphologyEffect
H A DSkTableColorFilter.cpp357 bool onIsEqual(const GrFragmentProcessor&) const override;
519 bool ColorTableEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:ColorTableEffect
H A DSkBlurMaskFilter.cpp646 bool onIsEqual(const GrFragmentProcessor&) const override;
812 bool GrRectBlurEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrRectBlurEffect
896 bool onIsEqual(const GrFragmentProcessor& other) const override;
996 bool GrRRectBlurEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrRRectBlurEffect
H A DSkLightingImageFilter.cpp478 bool onIsEqual(const GrFragmentProcessor&) const override;
518 bool onIsEqual(const GrFragmentProcessor&) const override;
560 bool onIsEqual(const GrFragmentProcessor&) const override;
1554 bool GrLightingEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrLightingEffect
1573 bool GrDiffuseLightingEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrDiffuseLightingEffect
1575 return INHERITED::onIsEqual(sBase) &&
1780 bool GrSpecularLightingEffect::onIsEqual(const GrFragmentProcessor& sBase) const { function in class:GrSpecularLightingEffect
1782 return INHERITED::onIsEqual(sBase) &&
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp1125 bool GrGradientEffect::onIsEqual(const GrFragmentProcessor& processor) const { function in class:GrGradientEffect

Completed in 321 milliseconds