Home
last modified time | relevance | path

Searched refs:replaceGlobalVariable (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DReplaceVariable.h72 void replaceGlobalVariable(const TVariable *oldVar, TVariable *newVar) in replaceGlobalVariable() function
/external/angle/src/compiler/translator/tree_ops/
DRewriteAtomicCounters.cpp379 mRetyper.replaceGlobalVariable(atomicCounterVar, bindingOffset); in declareAtomicCounter()
DRewriteCubeMapSamplersAs2DArray.cpp370 mRetyper.replaceGlobalVariable(samplerCubeVar, sampler2DArrayVar); in declareSampler2DArray()