Searched refs:GL_POLYGON_BIT (Results 1 – 3 of 3) sorted by relevance
468 if (mask & GL_POLYGON_BIT) { in _mesa_PushAttrib()469 if (!push_attrib(ctx, &head, GL_POLYGON_BIT, in _mesa_PushAttrib()1279 case GL_POLYGON_BIT: in _mesa_PopAttrib()
1467 if (mask & GL_POLYGON_BIT) { in _mesa_copy_context()
676 #define GL_POLYGON_BIT 0x00000008 macro