Searched refs:GL_EVAL_BIT (Results 1 – 3 of 3) sorted by relevance
398 if (mask & GL_EVAL_BIT) { in _mesa_PushAttrib()399 if (!push_attrib(ctx, &head, GL_EVAL_BIT, in _mesa_PushAttrib()1124 case GL_EVAL_BIT: in _mesa_PopAttrib()
1435 if (mask & GL_EVAL_BIT) { in _mesa_copy_context()
689 #define GL_EVAL_BIT 0x00010000 macro