Searched defs:bitfieldExtract (Results 1 – 2 of 2) sorted by relevance
261 GLM_FUNC_QUALIFIER genIUType bitfieldExtract(genIUType Value, int Offset, int Bits) function267 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldExtract(vecType<T, P> const & Value, int Offset, int Bits) function
69 constexpr const ImmutableString bitfieldExtract("bitfieldExtract"); variable