Searched refs:GL_ENABLE_BIT (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Denable.c337 FLUSH_VERTICES(ctx, _NEW_TEXTURE_STATE, GL_TEXTURE_BIT | GL_ENABLE_BIT);
358 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE, GL_MULTISAMPLE_BIT | GL_ENABLE_BIT);
360 FLUSH_VERTICES(ctx, 0, GL_MULTISAMPLE_BIT | GL_ENABLE_BIT);
383 GL_COLOR_BUFFER_BIT | GL_ENABLE_BIT);
421 GL_COLOR_BUFFER_BIT | GL_ENABLE_BIT);
430 FLUSH_VERTICES(ctx, 0, GL_EVAL_BIT | GL_ENABLE_BIT);
441 ctx->PopAttribState |= GL_ENABLE_BIT;
472 GL_TRANSFORM_BIT | GL_ENABLE_BIT);
474 FLUSH_VERTICES(ctx, 0, GL_TRANSFORM_BIT | GL_ENABLE_BIT);
499 GL_LIGHTING_BIT | GL_ENABLE_BIT);
[all...]
H A Dblend.c1094 FLUSH_VERTICES(ctx, _NEW_LIGHT_STATE, GL_LIGHTING_BIT | GL_ENABLE_BIT);
1102 FLUSH_VERTICES(ctx, 0, GL_COLOR_BUFFER_BIT | GL_ENABLE_BIT);
1109 ctx->PopAttribState |= GL_COLOR_BUFFER_BIT | GL_ENABLE_BIT;
H A Dattrib.c132 if (mask & GL_ENABLE_BIT) {
923 if (mask & GL_ENABLE_BIT)
H A Dcontext.c1357 if (mask & GL_ENABLE_BIT) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_teapot.c144 glPushAttrib(GL_ENABLE_BIT | GL_EVAL_BIT);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_teapot.c144 glPushAttrib(GL_ENABLE_BIT | GL_EVAL_BIT);
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dobjview.c95 glPushAttrib(GL_ENABLE_BIT);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dattrib.c65 * glEnable()/glDisable() attribute group (GL_ENABLE_BIT).
324 if (mask & GL_ENABLE_BIT) {
400 if (!save_attrib_data(&head, GL_ENABLE_BIT, attr)) {
1154 case GL_ENABLE_BIT:
H A Dcontext.c1461 if (mask & GL_ENABLE_BIT) {
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h686 #define GL_ENABLE_BIT 0x00002000 macro
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dgl.h679 #define GL_ENABLE_BIT 0x00002000 macro
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst3385 - mesa: optimize out _NEW_ALL in glPopAttrib(GL_ENABLE_BIT)
3478 - mesa: remove unnecessary NewState flagging for glPopAttrib(GL_ENABLE_BIT)
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h1081 #define GL_ENABLE_BIT 0x00002000 macro
[all...]

Completed in 226 milliseconds