Searched defs:Bits (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_integer.inl | 28 GLM_FUNC_QUALIFIER T mask(T Bits) 261 GLM_FUNC_QUALIFIER genIUType bitfieldExtract(genIUType Value, int Offset, int Bits) 267 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldExtract(vecType<T, P> const & Value, int Offset, int Bits) 276 …ER genIUType bitfieldInsert(genIUType const & Base, genIUType const & Insert, int Offset, int Bits) 282 …, P> bitfieldInsert(vecType<T, P> const & Base, vecType<T, P> const & Insert, int Offset, int Bits)
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | bitfield.inl | 226 GLM_FUNC_QUALIFIER genIUType mask(genIUType Bits)
|