Home | History | Annotate | Download | only in functional

Lines Matching refs:maxSampleMaskWords

611 	glw::GLint				maxSampleMaskWords	= 0;
618 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
619 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords)