Searched defs:trueB (Results 1 – 3 of 3) sorted by relevance
/external/angle/third_party/glslang/src/glslang/Include/ |
D | intermediate.h | 1638 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection() 1642 … TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1606 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection() 1610 … TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection()
|
/external/angle/src/compiler/translator/ |
D | IntermNode.cpp | 1635 TIntermIfElse::TIntermIfElse(TIntermTyped *cond, TIntermBlock *trueB, TIntermBlock *falseB) in TIntermIfElse()
|