Home
last modified time | relevance | path

Searched defs:setStatementList (Results 1 – 2 of 2) 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.cpp1499 void TIntermSwitch::setStatementList(TIntermBlock *statementList) in setStatementList() function in sh::TIntermSwitch