Searched refs:onIsEqual (Results 51 - 75 of 160) sorted by relevance

1234567

/external/skqp/src/gpu/effects/
H A DGrEllipseEffect.h46 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrGaussianConvolutionFragmentProcessor.h73 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrMagnifierEffect.h52 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrOverdrawFragmentProcessor.h47 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrMatrixConvolutionEffect.h74 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrSimpleTextureEffect.h64 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrArithmeticFP.cpp82 bool GrArithmeticFP::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrArithmeticFP
H A DGrOverdrawFragmentProcessor.cpp72 bool GrOverdrawFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrOverdrawFragmentProcessor
H A DGrRectBlurEffect.h93 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrSimpleTextureEffect.cpp46 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrSimpleTextureEffect
H A DGrYUVtoRGBEffect.h68 bool onIsEqual(const GrFragmentProcessor&) const override;
/external/skia/src/gpu/
H A DGrXferProcessor.h188 return this->onIsEqual(that);
217 virtual bool onIsEqual(const GrXferProcessor&) const = 0;
H A DGrColorSpaceXform.h98 bool onIsEqual(const GrFragmentProcessor&) const override;
/external/skqp/src/gpu/
H A DGrXferProcessor.h188 return this->onIsEqual(that);
217 virtual bool onIsEqual(const GrXferProcessor&) const = 0;
H A DGrColorSpaceXform.h98 bool onIsEqual(const GrFragmentProcessor&) const override;
/external/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.h74 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrSimpleTextureEffect.h64 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrArithmeticFP.cpp82 bool GrArithmeticFP::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrArithmeticFP
H A DGrOverdrawFragmentProcessor.cpp72 bool GrOverdrawFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrOverdrawFragmentProcessor
H A DGrRectBlurEffect.h101 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrSimpleTextureEffect.cpp46 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrSimpleTextureEffect
H A DGrYUVtoRGBEffect.h68 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrTextureDomain.h193 bool onIsEqual(const GrFragmentProcessor&) const override;
234 bool onIsEqual(const GrFragmentProcessor& fp) const override;
/external/skia/src/gpu/ccpr/
H A DGrCCClipProcessor.cpp36 bool GrCCClipProcessor::onIsEqual(const GrFragmentProcessor& fp) const { function in class:GrCCClipProcessor
/external/skqp/src/gpu/ccpr/
H A DGrCCClipProcessor.cpp36 bool GrCCClipProcessor::onIsEqual(const GrFragmentProcessor& fp) const { function in class:GrCCClipProcessor

Completed in 442 milliseconds

1234567