Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp94 …const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_typ… in iterate() local
95 … << "Format must support sample count of " << glu::getGettableStateStr(samplesEnum) << tcu::TestLo… in iterate()
97 gl.getIntegerv(samplesEnum, &maxSamples); in iterate()
100 …m_testCtx.getLog() << tcu::TestLog::Message << glu::getGettableStateStr(samplesEnum) << " = " << m… in iterate()
104 …og::Message << "ERROR: minimum value of " << glu::getGettableStateStr(samplesEnum) << " is 1" << … in iterate()