Home
last modified time | relevance | path

Searched defs:bitwiseAnd (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp51 template<typename T> inline T bitwiseAnd (T a, T b) { return a & b; } in bitwiseAnd() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DReplaceClipCullDistanceVariable.cpp222 TIntermBinary *bitwiseAnd = new TIntermBinary(EOpBitwiseAnd, enableFlags->deepCopy(), bitMask); in assignFuncWithEnableFlags() local

Completed in 3 milliseconds