Home | History | Annotate | Download | only in functional

Lines Matching refs:GL_SAMPLES

366 	m_numSamples = getGLInteger(GL_SAMPLES);
367 m_testCtx.getLog() << TestLog::Message << "GL_SAMPLES = " << m_numSamples << TestLog::EndMessage;
383 * \brief Base class for cases testing the value of GL_SAMPLES.
387 * number should be at least the value of GL_SAMPLES plus one. This is
474 log << TestLog::Message << "Failure: Number of distinct colors detected is lower than GL_SAMPLES+1" << TestLog::EndMessage;
480 log << TestLog::Message << "The number of distinct colors detected is lower than GL_SAMPLES+1 - trying again with a slightly altered pattern" << TestLog::EndMessage;
486 log << TestLog::Message << "Success: The number of distinct colors detected is at least GL_SAMPLES+1" << TestLog::EndMessage;
879 * are at least GL_SAMPLES+1 distinct colors present, due to some of the
1470 addChild(new PolygonNumSamplesCase (m_context, "num_samples_polygon", "Test sanity of the value of GL_SAMPLES, with polygons"));
1471 addChild(new LineNumSamplesCase (m_context, "num_samples_line", "Test sanity of the value of GL_SAMPLES, with lines"));