Searched defs:bitwiseAnd (Results 1 – 3 of 3) sorted by relevance
231 TIntermBinary *bitwiseAnd = new TIntermBinary(EOpBitwiseAnd, enableFlags->deepCopy(), bitMask); in assignFuncWithEnableFlags() local
1010 private Value bitwiseAnd(int position, Value a, Value b) { in bitwiseAnd() method in ConstEvaluator
76 inline T bitwiseAnd(T a, T b) in bitwiseAnd() function