Searched refs:GL_ACCUM_BUFFER_BIT (Results 1 – 4 of 4) sorted by relevance
164 GL_ACCUM_BUFFER_BIT)) { in _mesa_Clear()173 if ((mask & GL_ACCUM_BUFFER_BIT) != 0 in _mesa_Clear()227 if ((mask & GL_ACCUM_BUFFER_BIT) in _mesa_Clear()
226 if (mask & GL_ACCUM_BUFFER_BIT) { in _mesa_PushAttrib()230 save_attrib_data(&head, GL_ACCUM_BUFFER_BIT, attr); in _mesa_PushAttrib()865 case GL_ACCUM_BUFFER_BIT: in _mesa_PopAttrib()
1207 if (mask & GL_ACCUM_BUFFER_BIT) { in _mesa_copy_context()
710 #define GL_ACCUM_BUFFER_BIT 0x00000200 macro