HomeSort by relevance Sort by last modified time
    Searched refs:trueBlock (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
IntermTraverse.cpp 173 if (trueBlock)
174 trueBlock->traverse(it);
178 if (trueBlock)
179 trueBlock->traverse(it);
localintermediate.h 36 TIntermTyped* addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc&);
Intermediate.cpp 641 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc& line)
646 TIntermTyped* child = addConversion(EOpSequence, trueBlock->getType(), falseBlock);
650 child = addConversion(EOpSequence, falseBlock->getType(), trueBlock);
652 trueBlock = child;
661 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
663 return trueBlock;
671 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType());
881 REPLACE_IF_IS(trueBlock, TIntermNode, original, replacement);
892 if (trueBlock)
    [all...]
intermediate.h 593 TIntermTyped(TType(EbtVoid, EbpUndefined)), condition(cond), trueBlock(trueB), falseBlock(falseB) {}
595 TIntermTyped(type), condition(cond), trueBlock(trueB), falseBlock(falseB) {}
606 TIntermNode* getTrueBlock() const { return trueBlock; }
614 TIntermNode* trueBlock;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 163 milliseconds