Searched refs:maxSampleMaskWords (Results 1 – 2 of 2) sorted by relevance
417 GLint maxSampleMaskWords = 0; in init() local418 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()419 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords) in init()561 GLint maxSampleMaskWords = 0; in init() local562 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()563 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords) in init()726 GLint maxSampleMaskWords = 0; in init() local727 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()728 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords) in init()887 GLint maxSampleMaskWords = 0; in init() local[all …]
610 glw::GLint maxSampleMaskWords = 0; in init() local617 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()618 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords) in init()