Home | History | Annotate | Download | only in functional

Lines Matching refs:log

245 	TestLog&				log	= m_testCtx.getLog();
253 // Query and log number of samples per pixel.
257 log << TestLog::Message << "GL_SAMPLES = " << m_numSamples << TestLog::EndMessage;
429 TestLog& log = m_testCtx.getLog();
439 log << TestLog::Message << "Additive blending enabled in order to detect (erroneously) overlapping samples" << TestLog::EndMessage;
441 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage;
446 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage;
450 log << TestLog::Image("RenderedImageNoSampleMask", "Rendered image with GL_SAMPLE_MASK disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
452 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage;
459 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample masks" << TestLog::EndMessage;
461 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using inverted sample masks" << TestLog::EndMessage;
466 log << TestLog::Image("RenderedImageSampleMask", "Rendered image with GL_SAMPLE_MASK enabled", renderedImgSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
468 bool passed = tcu::pixelThresholdCompare(log,
477 log << TestLog::Message << "Success: The two images rendered are identical" << TestLog::EndMessage;
558 TestLog& log = m_testCtx.getLog();
571 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
581 TestLog& log = m_testCtx.getLog();
587 log << TestLog::Message << "Clearing color to black" << TestLog::EndMessage;
605 log << TestLog::Message << "Drawing a red quad using sample mask 0b" << sampleMaskToString(sampleMask, m_numSamples) << TestLog::EndMessage;
618 // Read ang log image.
622 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg, QP_IMAGE_COMPRESSION_MODE_PNG);
632 log << TestLog::Message << "Average red color component: " << de::floatToString((float)sumRed / 255.0f / (float)numPixels, 2) << TestLog::EndMessage;
638 log << TestLog::Message << "Failure: Current average red color component is lower than previous" << TestLog::EndMessage;
647 log << TestLog::Message << "Failure: Image should be completely black" << TestLog::EndMessage;
654 log << TestLog::Message << "Failure: Image should be completely red" << TestLog::EndMessage;
666 log << TestLog::Message << "Success: Number of coverage mask bits set appears to be, on average, proportional to the number of set sample mask bits" << TestLog::EndMessage;
739 TestLog& log = m_testCtx.getLog();
744 log << TestLog::Message << "Clearing color to black" << TestLog::EndMessage;
755 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage;
756 log << TestLog::Message << "Color mask is TRUE, TRUE, TRUE, FALSE" << TestLog::EndMessage;
764 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage;
772 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
775 log << TestLog::Message
832 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg, QP_IMAGE_COMPRESSION_MODE_PNG);
839 log << TestLog::Message << "Failure: Non-zero green color component detected - should have been completely overwritten by red quad" << TestLog::EndMessage;
845 log << TestLog::Message
901 TestLog& log = m_testCtx.getLog();
907 log << TestLog::Message << "Sample count is multiple of word size. No unused high bits in sample mask.\nSkipping." << TestLog::EndMessage;
914 log << TestLog::Message << "Clearing color to black" << TestLog::EndMessage;
921 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
922 log << TestLog::Message << "Drawing several green quads, each fully overlapped by a red quad with the same effective sample mask values" << TestLog::EndMessage;
969 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg, QP_IMAGE_COMPRESSION_MODE_PNG);
976 log << TestLog::Message << "Failure: Non-zero green color component detected - should have been completely overwritten by red quad. Mask unused bits have effect." << TestLog::EndMessage;
982 log << TestLog::Message << "Success: Coverage mask high bits appear to have no effect." << TestLog::EndMessage;