Home
last modified time | relevance | path

Searched defs:hasOtherBitsThan (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/
DCLBitField.h40 bool hasOtherBitsThan(cl_bitfield bits) const { return (mBits & ~bits) != 0u; } in hasOtherBitsThan() function
41 bool hasOtherBitsThan(const BitField &other) const { return (mBits & ~other.mBits) != 0u; } in hasOtherBitsThan() function