Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h1606 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection()
1610 … TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection()
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1737 TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB) : in TIntermSelection()
1741 … TIntermSelection(TIntermTyped* cond, TIntermNode* trueB, TIntermNode* falseB, const TType& type) : in TIntermSelection()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.cpp1634 TIntermIfElse::TIntermIfElse(TIntermTyped *cond, TIntermBlock *trueB, TIntermBlock *falseB) in TIntermIfElse()