Home
last modified time | relevance | path

Searched defs:falseBlock (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DRewriteElseBlocks.cpp111 TIntermSelection *falseBlock = new TIntermSelection(negatedCondition, in rewriteSelection() local
DIntermediate.cpp641 …iate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TS… in addSelection()
Dintermediate.h615 TIntermNode* falseBlock; variable