Home | History | Annotate | Download | only in functional

Lines Matching defs:bit

95 	deUint32				buffers;		//!< Buffer bit mask (GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|...)
295 deUint32 bit = ndx ? GL_STENCIL_BUFFER_BIT : GL_DEPTH_BUFFER_BIT;
298 if ((m_config.buffers & bit) == 0)
891 deUint32 bit = ndx ? GL_STENCIL_BUFFER_BIT : GL_DEPTH_BUFFER_BIT;
894 if ((m_config.buffers & bit) == 0)
1332 deUint32 bit = ndx == 0 ? GL_COLOR_BUFFER_BIT
1341 if ((m_buffers & bit) == 0)
1370 deUint32 bit = ndx == 0 ? GL_COLOR_BUFFER_BIT :
1381 if ((m_buffers & bit) == 0)