Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c482 if (mask & GL_SCISSOR_BIT) { in _mesa_PushAttrib()
483 if (!push_attrib(ctx, &head, GL_SCISSOR_BIT, in _mesa_PushAttrib()
1313 case GL_SCISSOR_BIT: in _mesa_PopAttrib()
Dcontext.c1480 if (mask & GL_SCISSOR_BIT) { in _mesa_copy_context()
/external/mesa3d/include/GL/
Dgl.h692 #define GL_SCISSOR_BIT 0x00080000 macro