Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c298 if (mask & GL_CURRENT_BIT) { in _mesa_PushAttrib()
300 if (!push_attrib(ctx, &head, GL_CURRENT_BIT, in _mesa_PushAttrib()
1082 case GL_CURRENT_BIT: in _mesa_PopAttrib()
Dcontext.c1424 if (mask & GL_CURRENT_BIT) { in _mesa_copy_context()
/external/mesa3d/include/GL/
Dgl.h673 #define GL_CURRENT_BIT 0x00000001 macro