Home
last modified time | relevance | path

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

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