Home | History | Annotate | Download | only in functional

Lines Matching refs:TestLog

198 			<< tcu::TestLog::Message << "Shader 1:" << tcu::TestLog::EndMessage
200 << tcu::TestLog::Message << "Shader 2:" << tcu::TestLog::EndMessage
270 m_testCtx.getLog() << tcu::TestLog::Message << "Testing position invariance." << tcu::TestLog::EndMessage;
283 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing position test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << "." << tcu::TestLog::EndMessage;
298 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output. Expecting only green or background colored pixels." << tcu::TestLog::EndMessage;
303 m_testCtx.getLog() << tcu::TestLog::Message << "Depth buffer not available, skipping z-test." << tcu::TestLog::EndMessage;
312 m_testCtx.getLog() << tcu::TestLog::Message << "Testing position invariance with z-test. Enabling GL_DEPTH_TEST." << tcu::TestLog::EndMessage;
327 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing Z-test pattern using shader " << (passNdx+1) << ". Primitive color: " << colorStr << ". DepthFunc: " << depthFuncStr << tcu::TestLog::EndMessage;
343 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output. Expecting only green or background colored pixels." << tcu::TestLog::EndMessage;
380 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixels found (fragments from first render pass found). Variance detected." << tcu::TestLog::EndMessage;
382 << tcu::TestLog::ImageSet("Results", "Result verification")
383 << tcu::TestLog::Image("Result", "Result", surface)
384 << tcu::TestLog::Image("Error mask", "Error mask", errorMask)
385 << tcu::TestLog::EndImageSet;
391 m_testCtx.getLog() << tcu::TestLog::Message << "No variance found." << tcu::TestLog::EndMessage;
393 << tcu::TestLog::ImageSet("Results", "Result verification")
394 << tcu::TestLog::Image("Result", "Result", surface)
395 << tcu::TestLog::EndImageSet;