Searched refs:GL_ACCUM_BUFFER_BIT (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dclearspd.c131 BufferMask |= GL_ACCUM_BUFFER_BIT;
162 if (BufferMask & GL_ACCUM_BUFFER_BIT) printf("accum ");
196 if (BufferMask & GL_ACCUM_BUFFER_BIT)
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Daccanti.c121 glClear(GL_ACCUM_BUFFER_BIT);
H A Daccpersp.c195 glClear(GL_ACCUM_BUFFER_BIT);
H A Ddof.c191 glClear(GL_ACCUM_BUFFER_BIT);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dclear.c153 GL_ACCUM_BUFFER_BIT)) {
161 if ((mask & GL_ACCUM_BUFFER_BIT) != 0
163 _mesa_error( ctx, GL_INVALID_VALUE, "glClear(GL_ACCUM_BUFFER_BIT)");
215 if ((mask & GL_ACCUM_BUFFER_BIT)
H A Dattrib.c280 if (mask & GL_ACCUM_BUFFER_BIT) {
281 if (!push_attrib(ctx, &head, GL_ACCUM_BUFFER_BIT,
995 case GL_ACCUM_BUFFER_BIT:
H A Dcontext.c1445 if (mask & GL_ACCUM_BUFFER_BIT) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dclear.c157 GL_ACCUM_BUFFER_BIT)) {
165 if ((mask & GL_ACCUM_BUFFER_BIT) != 0
167 _mesa_error( ctx, GL_INVALID_VALUE, "glClear(GL_ACCUM_BUFFER_BIT)");
219 if ((mask & GL_ACCUM_BUFFER_BIT)
H A Daccum.c52 ctx->PopAttribState |= GL_ACCUM_BUFFER_BIT;
H A Dattrib.c114 if (mask & GL_ACCUM_BUFFER_BIT)
767 if (mask & GL_ACCUM_BUFFER_BIT) {
H A Dcontext.c1341 if (mask & GL_ACCUM_BUFFER_BIT) {
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h682 #define GL_ACCUM_BUFFER_BIT 0x00000200 macro
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h675 #define GL_ACCUM_BUFFER_BIT 0x00000200 macro
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h1064 #define GL_ACCUM_BUFFER_BIT 0x00000200 macro
[all...]

Completed in 96 milliseconds