Home
last modified time | relevance | path

Searched refs:GL_MULTISAMPLE_BIT_ARB (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dattrib.c474 if (mask & GL_MULTISAMPLE_BIT_ARB) { in _mesa_PushAttrib()
478 save_attrib_data(&head, GL_MULTISAMPLE_BIT_ARB, attr); in _mesa_PushAttrib()
1288 case GL_MULTISAMPLE_BIT_ARB: in _mesa_PopAttrib()
/external/mesa3d/include/GL/
Dglext.h1481 #define GL_MULTISAMPLE_BIT_ARB 0x20000000 macro