Home
last modified time | relevance | path

Searched refs:bitSet (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils.cpp77 const angle::BitSet<32> bitSet(value); in GLbitfieldToString()
79 for (const auto index : bitSet) in GLbitfieldToString()
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp221 uint32_t bitSet=0; in call() local
224 bitSet|=(uint32_t)1<<u_charDirection(c); in call()
226 if(length>0 && bitSet==0) { in call()
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp317 inline bool hasBits (T bitSet, T requiredBits) in hasBits() argument
319 return (bitSet & requiredBits) == requiredBits; in hasBits()

Completed in 3 milliseconds