Searched defs:replaceChildNode (Results 1 – 4 of 4) sorted by relevance
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | IntermNode.cpp | 261 bool TIntermLoop::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermLoop 283 bool TIntermBranch::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermBranch 301 bool TIntermSwizzle::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermSwizzle 323 bool TIntermBinary::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermBinary 342 bool TIntermUnary::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermUnary 361 bool TIntermInvariantDeclaration::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermInvariantDeclaration 382 bool TIntermFunctionDefinition::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermFunctionDefinition 399 bool TIntermAggregate::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermAggregate 414 bool TIntermBlock::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermBlock 430 bool TIntermFunctionPrototype::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermFunctionPrototype [all …]
|
| D | IntermNode.h | 272 bool replaceChildNode(TIntermNode *, TIntermNode *) override { return false; } in replaceChildNode() function 347 bool replaceChildNode(TIntermNode *, TIntermNode *) override { return false; } in replaceChildNode() function 924 bool replaceChildNode(TIntermNode *, TIntermNode *) final { return false; } in replaceChildNode() function
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | IntermNode.cpp | 271 bool TIntermLoop::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermLoop 297 bool TIntermBranch::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermBranch 315 bool TIntermSwizzle::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermSwizzle 337 bool TIntermBinary::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermBinary 356 bool TIntermUnary::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermUnary 375 bool TIntermGlobalQualifierDeclaration::replaceChildNode(TIntermNode *original, in replaceChildNode() function in sh::TIntermGlobalQualifierDeclaration 397 bool TIntermFunctionDefinition::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermFunctionDefinition 414 bool TIntermAggregate::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermAggregate 448 bool TIntermBlock::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermBlock 470 bool TIntermFunctionPrototype::replaceChildNode(TIntermNode *original, TIntermNode *replacement) in replaceChildNode() function in sh::TIntermFunctionPrototype [all …]
|
| D | IntermNode.h | 306 bool replaceChildNode(TIntermNode *, TIntermNode *) override { return false; } in replaceChildNode() function 382 bool replaceChildNode(TIntermNode *, TIntermNode *) override { return false; } in replaceChildNode() function 1020 bool replaceChildNode(TIntermNode *, TIntermNode *) final { return false; } in replaceChildNode() function
|