Searched defs:bitwiseAnd (Results 1 – 2 of 2) sorted by relevance
222 TIntermBinary *bitwiseAnd = new TIntermBinary(EOpBitwiseAnd, enableFlags->deepCopy(), bitMask); in assignFuncWithEnableFlags() local
51 template<typename T> inline T bitwiseAnd (T a, T b) { return a & b; } in bitwiseAnd() function