Searched refs:falseB (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | intermediate.h | 462 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection() argument 463 …IntermTyped(TType(EbtVoid, EbpUndefined)), condition(cond), trueBlock(trueB), falseBlock(falseB) {} in TIntermSelection() 464 … TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection() argument 465 TIntermTyped(type), condition(cond), trueBlock(trueB), falseBlock(falseB) {} in TIntermSelection()
|