Home
last modified time | relevance | path

Searched refs:initCallDag (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DCompiler.h218 bool initCallDag(TIntermNode *root);
DCompiler.cpp577 if (!initCallDag(root)) in checkAndSimplifyAST()
1200 bool TCompiler::initCallDag(TIntermNode *root) in initCallDag() function in sh::TCompiler