Searched refs:bConst (Results 1 – 1 of 1) sorted by relevance
18 void setBConst(bool b) {bConst = b; type = EbtBool; } in setBConst()22 bool getBConst() { return bConst; } in getBConst()25 bool getBConst() const { return bConst; } in getBConst()45 if (b == bConst)68 if (constant.bConst == bConst)257 case EbtBool: returnValue.setBConst(bConst && constant.bConst); break;269 case EbtBool: returnValue.setBConst(bConst || constant.bConst); break;281 bool bConst; // used for bvec, scalar bools member