Searched refs:bConst (Results 1 – 2 of 2) sorted by relevance
97 void setBConst(bool b) {bConst = b; type = EbtBool; } in setBConst()102 bool getBConst() const { return bConst; } in getBConst()113 case EbtBool: return (bConst == true) ? reinterpret_cast<const float&>(FFFFFFFFh) : 0; in getAsFloat()135 return b == bConst;151 return constant.bConst == bConst;370 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;382 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break;395 bool bConst; // used for bvec, scalar bools member
108 bConst = b; in setBConst()127 bool getBConst() const { return bConst; } in getBConst()204 if (b == bConst)262 if (constant.bConst == bConst)825 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;837 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break;856 bool bConst; // used for bvec, scalar bools member