Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp90 int m_maxSampleMaskWords; member in deqp::gles31::Functional::__anond6dd73b70111::SampleMaskCase
96 , m_maxSampleMaskWords (-1) in SampleMaskCase()
104 gl.getIntegerv(GL_MAX_SAMPLE_MASK_WORDS, &m_maxSampleMaskWords); in init()
108 if (m_maxSampleMaskWords <= 0) in init()
109 …Error("Minimum value of GL_MAX_SAMPLE_MASK_WORDS is 1. Got " + de::toString(m_maxSampleMaskWords)); in init()
111 …og() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWords << tcu::Tes… in init()
125 for (int ndx = 0; ndx < m_maxSampleMaskWords; ++ndx) in iterate()
133 for (int ndx = 0; ndx < m_maxSampleMaskWords; ++ndx) in iterate()
150 const glw::GLint maskIndex = (glw::GLint)(rnd.getUint32() % m_maxSampleMaskWords); in iterate()