Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp76 int m_maxSampleMaskWords; member in deqp::gles31::Functional::__anon5f9ff0b00111::SampleMaskCase
82 , m_maxSampleMaskWords (-1) in SampleMaskCase()
90 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &m_maxSampleMaskWords); in init()
94 if (m_maxSampleMaskWords <= 0) in init()
95 …Error("Minimum value of GL_MAX_SAMPLE_MASK_WORDS is 1. Got " + de::toString(m_maxSampleMaskWords)); in init()
97 …og() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWords << tcu::Tes… in init()
111 for (int ndx = 0; ndx < m_maxSampleMaskWords; ++ndx) in iterate()
119 for (int ndx = 0; ndx < m_maxSampleMaskWords; ++ndx) in iterate()
136 const glw::GLint maskIndex = (glw::GLint)(rnd.getUint32() % m_maxSampleMaskWords); in iterate()