Home
last modified time | relevance | path

Searched refs:GL_FOG_BIT (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dattrib.c405 if (mask & GL_FOG_BIT) { in _mesa_PushAttrib()
406 if (!push_attrib(ctx, &head, GL_FOG_BIT, in _mesa_PushAttrib()
1128 case GL_FOG_BIT: in _mesa_PopAttrib()
Dcontext.c1439 if (mask & GL_FOG_BIT) { in _mesa_copy_context()
/external/mesa3d/include/GL/
Dgl.h680 #define GL_FOG_BIT 0x00000080 macro