Searched refs:getBConst (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DConstantUnion.h30 case EbtBool: setFConst(static_cast<float>(constant.getBConst())); break;
40 case EbtBool: setIConst(static_cast<int>(constant.getBConst())); break;
50 case EbtBool: setUConst(static_cast<unsigned int>(constant.getBConst())); break;
60 case EbtBool: setBConst(constant.getBConst()); break;
70 case EbtBool: setBConst(constant.getBConst()); break;
90 bool getBConst() const { return bConst; } function in class:ConstantUnion
H A DIntermediate.cpp346 if (cond->getAsConstantUnion()->getBConst(0) == true)
408 if (cond->getAsConstantUnion()->getBConst(0))
H A DIntermNode.h449 bool getBConst(size_t index) const function in class:TIntermConstantUnion
451 return mUnionArrayPointer ? mUnionArrayPointer[index].getBConst() : false;
H A DintermOut.cpp410 if (node->getUnionArrayPointer()[i].getBConst())
H A DIntermNode.cpp936 tempConstArray->setBConst(!constant.getBConst());
947 tempConstArray->setBConst(!constant.getBConst());
1077 tempConstArray[i].setBConst(!unionArray[i].getBConst());
H A DOutputGLSLBase.cpp170 out << pConstUnion->getBConst();
H A DOutputHLSL.cpp2865 case EbtBool: out << constUnion->getBConst(); break;

Completed in 177 milliseconds