Home
last modified time | relevance | path

Searched refs:setStatementList (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h650 void setStatementList(TIntermAggregate *statementList) { mStatementList = statementList; } in setStatementList() function
/external/angle/src/compiler/translator/
DIntermNode.h946 void setStatementList(TIntermBlock *statementList);
DOutputHLSL.cpp2786 node->setStatementList(RemoveSwitchFallThrough(node->getStatementList(), mPerfDiagnostics)); in visitSwitch()
DIntermNode.cpp1499 void TIntermSwitch::setStatementList(TIntermBlock *statementList) in setStatementList() function in sh::TIntermSwitch