Home
last modified time | relevance | path

Searched refs:maxSampleMaskWords (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp417 GLint maxSampleMaskWords = 0; in init() local
418 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() local
562 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() local
727 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 …]
Des31fTextureMultisampleTests.cpp610 glw::GLint maxSampleMaskWords = 0; in init() local
617 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &maxSampleMaskWords); in init()
618 if (m_effectiveSampleMaskWordCount > maxSampleMaskWords) in init()