Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c398 if (mask & GL_EVAL_BIT) { in _mesa_PushAttrib()
399 if (!push_attrib(ctx, &head, GL_EVAL_BIT, in _mesa_PushAttrib()
1124 case GL_EVAL_BIT: in _mesa_PopAttrib()
Dcontext.c1435 if (mask & GL_EVAL_BIT) { in _mesa_copy_context()
/external/mesa3d/include/GL/
Dgl.h689 #define GL_EVAL_BIT 0x00010000 macro