Home | History | Annotate | Download | only in functional

Lines Matching refs:maxSampleMaskWords

622 	glw::GLint				maxSampleMaskWords	= 0;
629 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
630 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords)