Searched refs:GL_SCISSOR_BIT (Results 1 – 3 of 3) sorted by relevance
482 if (mask & GL_SCISSOR_BIT) { in _mesa_PushAttrib()483 if (!push_attrib(ctx, &head, GL_SCISSOR_BIT, in _mesa_PushAttrib()1294 case GL_SCISSOR_BIT: in _mesa_PopAttrib()
1455 if (mask & GL_SCISSOR_BIT) { in _mesa_copy_context()
692 #define GL_SCISSOR_BIT 0x00080000 macro