Home
last modified time | relevance | path

Searched defs:onIsEqual (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/skia/gm/
Dfp_sample_chaining.cpp37 bool onIsEqual(const GrFragmentProcessor& that) const override { return this == &that; } in onIsEqual() function in __anon3efbe3c40111::UniformMatrixEffect
78 bool onIsEqual(const GrFragmentProcessor& that) const override { return this == &that; } in onIsEqual() function in __anon3efbe3c40111::ExplicitCoordEffect
107 bool onIsEqual(const GrFragmentProcessor& that) const override { return this == &that; } in onIsEqual() function in __anon3efbe3c40111::TestPatternEffect
Ddsl_processor_test.cpp26 bool onIsEqual(const GrFragmentProcessor& that) const override { return this == &that; } in onIsEqual() function in SimpleDSLEffect
Dfpcoordinateoverride.cpp51 bool onIsEqual(const GrFragmentProcessor&) const override { in onIsEqual() function in SampleCoordEffect
Ddestcolor.cpp48 bool onIsEqual(const GrFragmentProcessor&) const override { return true; } in onIsEqual() function in __anon3e2299fc0111::DestColorTestFP
/third_party/skia/src/gpu/effects/
DGrModulateAtlasCoverageEffect.h42 bool onIsEqual(const GrFragmentProcessor& that) const override { in onIsEqual() function
DGrMatrixEffect.cpp63 bool GrMatrixEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrMatrixEffect
DGrDisableColorXP.cpp27 bool onIsEqual(const GrXferProcessor& xpBase) const override { return true; } in onIsEqual() function in DisableColorXP
/third_party/flutter/skia/src/gpu/effects/generated/
DGrLumaColorFilterEffect.cpp41 bool GrLumaColorFilterEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrLumaColorFilterEffect
DGrPremulInputFragmentProcessor.cpp40 bool GrPremulInputFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrPremulInputFragmentProcessor
DGrBlurredEdgeFragmentProcessor.cpp48 bool GrBlurredEdgeFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrBlurredEdgeFragmentProcessor
DGrComposeLerpRedEffect.cpp55 bool GrComposeLerpRedEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrComposeLerpRedEffect
DGrConfigConversionEffect.cpp51 bool GrConfigConversionEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrConfigConversionEffect
DGrComposeLerpEffect.cpp62 bool GrComposeLerpEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrComposeLerpEffect
DGrMixerEffect.cpp60 bool GrMixerEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrMixerEffect
DGrSimpleTextureEffect.cpp45 bool GrSimpleTextureEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSimpleTextureEffect
DGrOverrideInputFragmentProcessor.cpp79 bool GrOverrideInputFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrOverrideInputFragmentProcessor
DGrAARectEffect.cpp88 bool GrAARectEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrAARectEffect
/third_party/flutter/skia/src/gpu/gradients/generated/
DGrTextureGradientColorizer.cpp42 bool GrTextureGradientColorizer::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrTextureGradientColorizer
DGrTiledGradientEffect.cpp65 bool GrTiledGradientEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrTiledGradientEffect
DGrSingleIntervalGradientColorizer.cpp68 bool GrSingleIntervalGradientColorizer::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSingleIntervalGradientColorizer
DGrClampedGradientEffect.cpp87 bool GrClampedGradientEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrClampedGradientEffect
DGrLinearGradientLayout.cpp43 bool GrLinearGradientLayout::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrLinearGradientLayout
/third_party/flutter/skia/src/gpu/effects/
DGrDisableColorXP.cpp26 bool onIsEqual(const GrXferProcessor& xpBase) const override { return true; } in onIsEqual() function in DisableColorXP
/third_party/skia/src/gpu/
DGrFragmentProcessor.cpp291 bool onIsEqual(const GrFragmentProcessor& other) const override { in SwizzleOutput() function in GrFragmentProcessor::SwizzleOutput::SwizzleFragmentProcessor
408 bool onIsEqual(const GrFragmentProcessor&) const override { return true; } in Compose() function in GrFragmentProcessor::Compose::ComposeProcessor
532 bool onIsEqual(const GrFragmentProcessor&) const override { return true; } in SurfaceColor() function in GrFragmentProcessor::SurfaceColor::SurfaceColorProcessor
584 bool onIsEqual(const GrFragmentProcessor& processor) const override { return true; } in DeviceSpace() function in GrFragmentProcessor::DeviceSpace::DeviceSpace
829 bool onIsEqual(const GrFragmentProcessor& other) const override { return true; } in HighPrecision() function in GrFragmentProcessor::HighPrecision::HighPrecisionFragmentProcessor
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp42 bool GrCCClipProcessor::onIsEqual(const GrFragmentProcessor& fp) const { in onIsEqual() function in GrCCClipProcessor

1234