Searched refs:GL_LINE_BIT (Results 1 – 3 of 3) sorted by relevance
362 if (mask & GL_LINE_BIT) { in _mesa_PushAttrib()366 save_attrib_data(&head, GL_LINE_BIT, attr); in _mesa_PushAttrib()1119 case GL_LINE_BIT: in _mesa_PopAttrib()
1250 if (mask & GL_LINE_BIT) { in _mesa_copy_context()
703 #define GL_LINE_BIT 0x00000004 macro