Lines Matching defs:log

252 	TestLog&				log	= m_testCtx.getLog();
260 // Query and log number of samples per pixel.
264 log << TestLog::Message << "GL_SAMPLES = " << m_numSamples << TestLog::EndMessage;
433 TestLog& log = m_testCtx.getLog();
443 log << TestLog::Message << "Additive blending enabled in order to detect (erroneously) overlapping samples" << TestLog::EndMessage;
445 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage;
450 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK disabled" << TestLog::EndMessage;
454 log << TestLog::Image("RenderedImageNoSampleMask", "Rendered image with GL_SAMPLE_MASK disabled", renderedImgNoSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
456 log << TestLog::Message << "Clearing color to all-zeros" << TestLog::EndMessage;
463 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using non-inverted sample masks" << TestLog::EndMessage;
465 log << TestLog::Message << "Drawing the pattern with GL_SAMPLE_MASK enabled, using inverted sample masks" << TestLog::EndMessage;
470 log << TestLog::Image("RenderedImageSampleMask", "Rendered image with GL_SAMPLE_MASK enabled", renderedImgSampleCoverage, QP_IMAGE_COMPRESSION_MODE_PNG);
472 bool passed = tcu::pixelThresholdCompare(log,
481 log << TestLog::Message << "Success: The two images rendered are identical" << TestLog::EndMessage;
562 TestLog& log = m_testCtx.getLog();
575 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
585 TestLog& log = m_testCtx.getLog();
591 log << TestLog::Message << "Clearing color to black" << TestLog::EndMessage;
609 log << TestLog::Message << "Drawing a red quad using sample mask 0b" << sampleMaskToString(sampleMask, m_numSamples) << TestLog::EndMessage;
622 // Read ang log image.
626 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg, QP_IMAGE_COMPRESSION_MODE_PNG);
636 log << TestLog::Message << "Average red color component: " << de::floatToString((float)sumRed / 255.0f / (float)numPixels, 2) << TestLog::EndMessage;
642 log << TestLog::Message << "Failure: Current average red color component is lower than previous" << TestLog::EndMessage;
651 log << TestLog::Message << "Failure: Image should be completely black" << TestLog::EndMessage;
658 log << TestLog::Message << "Failure: Image should be completely red" << TestLog::EndMessage;
670 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;
743 TestLog& log = m_testCtx.getLog();
748 log << TestLog::Message << "Clearing color to black" << TestLog::EndMessage;
759 log << TestLog::Message << "GL_SAMPLE_ALPHA_TO_COVERAGE is enabled" << TestLog::EndMessage;
760 log << TestLog::Message << "Color mask is TRUE, TRUE, TRUE, FALSE" << TestLog::EndMessage;
768 log << TestLog::Message << "GL_SAMPLE_COVERAGE is enabled" << TestLog::EndMessage;
776 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
779 log << TestLog::Message
836 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg, QP_IMAGE_COMPRESSION_MODE_PNG);
843 log << TestLog::Message << "Failure: Non-zero green color component detected - should have been completely overwritten by red quad" << TestLog::EndMessage;
849 log << TestLog::Message
905 TestLog& log = m_testCtx.getLog();
911 log << TestLog::Message << "Sample count is multiple of word size. No unused high bits in sample mask.\nSkipping." << TestLog::EndMessage;
918 log << TestLog::Message << "Clearing color to black" << TestLog::EndMessage;
925 log << TestLog::Message << "GL_SAMPLE_MASK is enabled" << TestLog::EndMessage;
926 log << TestLog::Message << "Drawing several green quads, each fully overlapped by a red quad with the same effective sample mask values" << TestLog::EndMessage;
973 log << TestLog::Image("RenderedImage", "Rendered image", renderedImg, QP_IMAGE_COMPRESSION_MODE_PNG);
980 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;
986 log << TestLog::Message << "Success: Coverage mask high bits appear to have no effect." << TestLog::EndMessage;