Home | History | Annotate | Download | only in functional

Lines Matching refs:maxSampleMaskWords

421 	GLint maxSampleMaskWords = 0;
422 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
423 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
565 GLint maxSampleMaskWords = 0;
566 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
567 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
730 GLint maxSampleMaskWords = 0;
731 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
732 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
891 GLint maxSampleMaskWords = 0;
894 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
895 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)