Home
last modified time | relevance | path

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

1234567

/external/skia/gm/
Dfp_sample_chaining.cpp34 bool onIsEqual(const GrFragmentProcessor& that) const override { return this == &that; } in onIsEqual() function in ConstantMatrixEffect
61 bool onIsEqual(const GrFragmentProcessor& that) const override { return this == &that; } in onIsEqual() function in UniformMatrixEffect
96 bool onIsEqual(const GrFragmentProcessor& that) const override { return this == &that; } in onIsEqual() function in ExplicitCoordEffect
123 bool onIsEqual(const GrFragmentProcessor& that) const override { return this == &that; } in onIsEqual() function in TestPatternEffect
/external/skia/tests/sksl/fp/
DGrSectionFields.cpp36 bool GrSectionFields::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionFields
DGrSectionClass.cpp36 bool GrSectionClass::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionClass
DGrSectionCpp.cpp36 bool GrSectionCpp::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionCpp
DGrUseExplicitReturn.cpp36 bool GrUseExplicitReturn::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrUseExplicitReturn
DGrModuloOp.cpp36 bool GrModuloOp::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrModuloOp
DGrSectionInitializers.cpp36 bool GrSectionInitializers::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionInitializers
DGrSectionMake.cpp36 bool GrSectionMake::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionMake
DGrSectionHeader.cpp36 bool GrSectionHeader::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionHeader
DGrSectionDumpInfo.cpp36 bool GrSectionDumpInfo::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionDumpInfo
DGrSectionConstructor.cpp36 bool GrSectionConstructor::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionConstructor
DGrMainCoords.cpp36 bool GrMainCoords::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrMainCoords
DGrHelloWorld.cpp36 bool GrHelloWorld::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrHelloWorld
DGrLayoutWhen.cpp40 bool GrLayoutWhen::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrLayoutWhen
DGrSectionConstructorParams.cpp38 bool GrSectionConstructorParams::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrSectionConstructorParams
DGrUniform.cpp38 bool GrUniform::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrUniform
/external/skia/tests/sksl/dslfp/
DGrDSLFPTest_HelloWorld.dsl.cpp39 bool GrDSLFPTest_HelloWorld::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrDSLFPTest_HelloWorld
DGrDSLFPTest_WhileStatement.dsl.cpp44 bool GrDSLFPTest_WhileStatement::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrDSLFPTest_WhileStatement
DGrDSLFPTest_Swizzle.dsl.cpp99 bool GrDSLFPTest_Swizzle::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrDSLFPTest_Swizzle
DGrDSLFPTest_Sample.dsl.cpp43 bool GrDSLFPTest_Sample::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrDSLFPTest_Sample
/external/skqp/src/gpu/effects/
DGrPremulInputFragmentProcessor.cpp39 bool GrPremulInputFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrPremulInputFragmentProcessor
DGrLumaColorFilterEffect.cpp40 bool GrLumaColorFilterEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrLumaColorFilterEffect
DGrBlurredEdgeFragmentProcessor.cpp48 bool GrBlurredEdgeFragmentProcessor::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrBlurredEdgeFragmentProcessor
/external/skia/src/gpu/effects/generated/
DGrHSLToRGBFilterEffect.cpp51 bool GrHSLToRGBFilterEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrHSLToRGBFilterEffect
DGrRGBToHSLFilterEffect.cpp53 bool GrRGBToHSLFilterEffect::onIsEqual(const GrFragmentProcessor& other) const { in onIsEqual() function in GrRGBToHSLFilterEffect

1234567