Home
last modified time | relevance | path

Searched refs:GL_ACCUM_BUFFER_BIT (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dclear.c164 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()
Dattrib.c226 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()
Dcontext.c1207 if (mask & GL_ACCUM_BUFFER_BIT) { in _mesa_copy_context()
/external/mesa3d/include/GL/
Dgl.h710 #define GL_ACCUM_BUFFER_BIT 0x00000200 macro