Searched refs:attribMask (Results 1 – 3 of 3) sorted by relevance
489 const deUint64 attribMask = 0xffffffffull; //!< Max bits that can be used in toLegacyAttribList() local496 if ((attrib[0] & ~attribMask) || (attrib[1] & ~attribMask)) in toLegacyAttribList()
291 void resetUpdatedAttributes(gl::AttributesMask attribMask);
406 void ContextGL::resetUpdatedAttributes(gl::AttributesMask attribMask) in resetUpdatedAttributes() argument409 for (size_t attribIndex : attribMask) in resetUpdatedAttributes()