Searched defs:maxSampleMaskWords (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp417 GLint maxSampleMaskWords = 0; local
418 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
419 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
561 GLint maxSampleMaskWords = 0; local
562 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
563 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
726 GLint maxSampleMaskWords = 0; local
727 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
728 if (getEffectiveSampleMaskWordCount(m_numSamples - 1) > maxSampleMaskWords)
887 GLint maxSampleMaskWords local
[all...]
H A Des31fTextureMultisampleTests.cpp610 glw::GLint maxSampleMaskWords = 0; local
617 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords);
618 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords)

Completed in 103 milliseconds