Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp87 int m_maxSampleMaskWords; member in deqp::gles31::Functional::__anon5499a3d90111::SampleMaskCase
93 , m_maxSampleMaskWords (-1) in SampleMaskCase()
101 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &m_maxSampleMaskWords); in init()
105 if (m_maxSampleMaskWords <= 0) in init()
106 …Error("Minimum value of GL_MAX_SAMPLE_MASK_WORDS is 1. Got " + de::toString(m_maxSampleMaskWords)); in init()
108 …og() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWords << tcu::Tes… in init()
122 for (int ndx = 0; ndx < m_maxSampleMaskWords; ++ndx) in iterate()
130 for (int ndx = 0; ndx < m_maxSampleMaskWords; ++ndx) in iterate()
147 const glw::GLint maskIndex = (glw::GLint)(rnd.getUint32() % m_maxSampleMaskWords); in iterate()