Searched refs:onIsEqual (Results 76 - 100 of 160) sorted by relevance

1234567

/external/skqp/src/gpu/effects/
H A DGrTextureDomain.h193 bool onIsEqual(const GrFragmentProcessor&) const override;
234 bool onIsEqual(const GrFragmentProcessor& fp) const override;
H A DGrAARectEffect.cpp88 bool GrAARectEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrAARectEffect
H A DGrCircleEffect.cpp93 bool GrCircleEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrCircleEffect
H A DGrConstColorProcessor.cpp72 bool GrConstColorProcessor::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrConstColorProcessor
H A DGrEllipseEffect.cpp115 bool GrEllipseEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrEllipseEffect
H A DGrRRectBlurEffect.h119 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrSRGBEffect.cpp91 bool GrSRGBEffect::onIsEqual(const GrFragmentProcessor& s) const { function in class:GrSRGBEffect
H A DGrCustomXfermode.cpp104 bool onIsEqual(const GrXferProcessor& xpBase) const override;
182 bool CustomXP::onIsEqual(const GrXferProcessor& other) const { function in class:GLCustomXP::CustomXP
/external/skia/src/gpu/
H A DGrFragmentProcessor.cpp29 if (!this->onIsEqual(that)) {
188 bool onIsEqual(const GrFragmentProcessor& other) const override {
251 bool onIsEqual(const GrFragmentProcessor&) const override { return true; }
352 bool onIsEqual(const GrFragmentProcessor& that) const override {
430 bool onIsEqual(const GrFragmentProcessor&) const override { return true; }
/external/skqp/src/gpu/
H A DGrFragmentProcessor.cpp29 if (!this->onIsEqual(that)) {
190 bool onIsEqual(const GrFragmentProcessor& other) const override {
253 bool onIsEqual(const GrFragmentProcessor&) const override { return true; }
354 bool onIsEqual(const GrFragmentProcessor& that) const override {
432 bool onIsEqual(const GrFragmentProcessor&) const override { return true; }
/external/skia/src/effects/
H A DGrAlphaThresholdFragmentProcessor.cpp82 bool GrAlphaThresholdFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrAlphaThresholdFragmentProcessor
/external/skia/src/gpu/effects/
H A DGrAARectEffect.cpp88 bool GrAARectEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrAARectEffect
H A DGrCircleEffect.cpp93 bool GrCircleEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrCircleEffect
H A DGrConstColorProcessor.cpp72 bool GrConstColorProcessor::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrConstColorProcessor
H A DGrEllipseEffect.cpp115 bool GrEllipseEffect::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrEllipseEffect
H A DGrRRectBlurEffect.h120 bool onIsEqual(const GrFragmentProcessor&) const override;
H A DGrSRGBEffect.cpp91 bool GrSRGBEffect::onIsEqual(const GrFragmentProcessor& s) const { function in class:GrSRGBEffect
H A DGrCustomXfermode.cpp104 bool onIsEqual(const GrXferProcessor& xpBase) const override;
182 bool CustomXP::onIsEqual(const GrXferProcessor& other) const { function in class:GLCustomXP::CustomXP
/external/skqp/src/effects/
H A DGrAlphaThresholdFragmentProcessor.cpp82 bool GrAlphaThresholdFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { function in class:GrAlphaThresholdFragmentProcessor
/external/skia/src/shaders/gradients/
H A DSkSweepGradient.cpp104 bool onIsEqual(const GrFragmentProcessor& base) const override {
106 return INHERITED::onIsEqual(base)
H A DSkTwoPointConicalGradient_gpu.cpp119 bool onIsEqual(const GrFragmentProcessor& sBase) const override {
121 return (INHERITED::onIsEqual(sBase) && fData == s.fData);
/external/skia/tests/
H A DGLProgramsTest.cpp86 bool onIsEqual(const GrFragmentProcessor&) const override { return true; }
135 bool onIsEqual(const GrFragmentProcessor&) const override { return true; }
/external/skqp/src/shaders/gradients/
H A DSkSweepGradient.cpp104 bool onIsEqual(const GrFragmentProcessor& base) const override {
106 return INHERITED::onIsEqual(base)
H A DSkTwoPointConicalGradient_gpu.cpp119 bool onIsEqual(const GrFragmentProcessor& sBase) const override {
121 return (INHERITED::onIsEqual(sBase) && fData == s.fData);
/external/skqp/tests/
H A DGLProgramsTest.cpp86 bool onIsEqual(const GrFragmentProcessor&) const override { return true; }
135 bool onIsEqual(const GrFragmentProcessor&) const override { return true; }

Completed in 650 milliseconds

1234567