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

  /external/chromium_org/third_party/angle/src/compiler/
ConstantUnion.h 27 bool getBConst() { return bConst; }
30 bool getBConst() const { return bConst; }
Intermediate.cpp 582 if (cond->getAsConstantUnion()->getBConst(0) == true)
636 if (cond->getAsConstantUnion()->getBConst(0))
    [all...]
intermediate.h 389 bool getBConst(size_t index) const { return unionArrayPointer ? unionArrayPointer[index].getBConst() : false; }
intermOut.cpp 325 if (node->getUnionArrayPointer()[i].getBConst())
OutputGLSLBase.cpp 149 case EbtBool: out << pConstUnion->getBConst(); break;
OutputHLSL.cpp     [all...]

Completed in 28 milliseconds