Home
last modified time | relevance | path

Searched defs:oldVar (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceVariable.h69 void replaceGlobalVariable(const TVariable *oldVar, TVariable *newVar) in replaceGlobalVariable()
74 TVariable *getVariableReplacement(const TVariable *oldVar) const in getVariableReplacement()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DHoistConstants.cpp72 const TVariable &oldVar = ViewDeclaration(*declNode).symbol.variable(); in rewrite() local