Lines Matching defs:attrib_bits
1901 GLbitfield attrib_bits)
1903 assert((attrib_bits & ~VERT_BIT_ALL) == 0);
1907 attrib_bits &= ~vao->Enabled;
1908 if (attrib_bits) {
1910 vao->Enabled |= attrib_bits;
1913 vao->NonDefaultStateMask |= attrib_bits;
1916 if (attrib_bits & (VERT_BIT_POS|VERT_BIT_GENERIC0))
2003 GLbitfield attrib_bits)
2005 assert((attrib_bits & ~VERT_BIT_ALL) == 0);
2009 attrib_bits &= vao->Enabled;
2010 if (attrib_bits) {
2012 vao->Enabled &= ~attrib_bits;
2017 if (attrib_bits & (VERT_BIT_POS|VERT_BIT_GENERIC0))