Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DCompiler.h233 bool checkCallDepth();
DCompiler.cpp656 if ((compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0 && !checkCallDepth()) in checkAndSimplifyAST()
1345 bool TCompiler::checkCallDepth() in checkCallDepth() function in sh::TCompiler