HomeSort by relevance Sort by last modified time
    Searched refs:TestLog (Results 251 - 275 of 354) sorted by null

<<1112131415

  /external/deqp/modules/glshared/
glsCalibration.hpp 185 void logCalibrationInfo (tcu::TestLog& log, const TheilSenCalibrator& calibrator);
glsFboUtil.hpp 373 void logLegalResults (tcu::TestLog& log) const;
374 void logRules (tcu::TestLog& log) const;
383 void logRule (tcu::TestLog& log, const std::string& ruleName, const std::set<std::string>& rules) const;
391 void logFramebufferConfig (const config::Framebuffer& cfg, tcu::TestLog& log);
glsDrawTest.cpp 71 using tcu::TestLog;
355 IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const std::string& description, bool enabled);
361 tcu::TestLog& m_log;
365 IterationLogSectionEmitter::IterationLogSectionEmitter (tcu::TestLog& log, size_t testIteration, size_t testIterations, const std::string& description, bool enabled)
377 m_log << tcu::TestLog::Section(buf.str(), buf.str());
384 m_log << tcu::TestLog::EndSection;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fBasicComputeShaderTests.cpp 46 using tcu::TestLog;
165 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
285 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
409 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
522 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage;
630 m_testCtx.getLog() << TestLog::Message << "Work groups: " << m_workSize << TestLog::EndMessage
    [all...]
es31fProgramUniformTests.cpp 62 using tcu::TestLog;
    [all...]
es31fOpaqueTypeIndexingTests.cpp 64 using tcu::TestLog;
553 m_testCtx.getLog() << TestLog::Message << "ERROR: at invocation " << invocationNdx << ", lookup " << lookupNdx << ": expected "
555 << TestLog::EndMessage;
585 m_testCtx.getLog() << TestLog::Message << "ERROR: at lookup " << lookupNdx << ": expected "
587 << TestLog::EndMessage;
600 m_testCtx.getLog() << TestLog::Message << "ERROR: at lookup " << lookupNdx << ": expected "
602 << TestLog::EndMessage;
624 m_testCtx.getLog() << TestLog::Message << "ERROR: invocation " << invocationNdx << " result "
628 << TestLog::EndMessage;
851 m_testCtx.getLog() << TestLog::Message << "ERROR: at invocation " << invocationNd
    [all...]
es31fShaderSharedVarTests.cpp 52 using tcu::TestLog;
332 m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" << TestLog::EndMessage;
334 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
343 m_testCtx.getLog() << TestLog::Message << (numValues-numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage;
es31fTextureFormatTests.cpp 39 using tcu::TestLog;
175 TestLog& log = m_testCtx.getLog();
283 TestLog& log = m_testCtx.getLog();
292 log << TestLog::Message << "Buffer texture, " << fmtName.str() << ", " << m_width
294 << TestLog::EndMessage;
312 TestLog& log = m_testCtx.getLog();
es31fUniformLocationTests.cpp 365 using tcu::TestLog;
373 TestLog& log = m_testCtx.getLog();
380 log << TestLog::Message << "ERROR: shader failed to compile/link" << TestLog::EndMessage;
403 log << TestLog::Message << "ERROR: found uniform " << name << " in location " << gotLoc << " when it should have been in " << expectLoc << TestLog::EndMessage;
410 log << TestLog::Message << "ERROR: expected uniform " << name << " in location " << gotLoc << " but it has already been used" << TestLog::EndMessage;
421 log << TestLog::Message << "ERROR: found uniform " << name << " in location " << gotLoc << " which has already been used" << TestLog::EndMessage
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboStateQueryTests.cpp 48 using tcu::TestLog;
52 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
es2fTextureSizeTests.cpp 43 using tcu::TestLog;
120 TestLog& log = m_testCtx.getLog();
263 TestLog& log = m_testCtx.getLog();
277 log << TestLog::Message << face << TestLog::EndMessage;
es2fDepthRangeTests.cpp 54 using tcu::TestLog;
142 TestLog& log = m_testCtx.getLog();
167 m_testCtx.getLog() << TestLog::Message << "glDepthRangef(" << m_zNear << ", " << m_zFar << ")" << TestLog::EndMessage;
291 TestLog& log = m_testCtx.getLog();
317 m_testCtx.getLog() << TestLog::Message << "glDepthRangef(" << m_zNear << ", " << m_zFar << ")" << TestLog::EndMessage;
es2fTextureMipmapTests.cpp 49 using tcu::TestLog;
155 m_testCtx.getLog() << TestLog::Message << "Warning: High precision not supported in fragment shaders." << TestLog::EndMessage;
402 m_testCtx.getLog() << TestLog::Message << "ERROR: Image verification failed, found " << numFailedPixels << " invalid pixels!" << TestLog::EndMessage;
404 m_testCtx.getLog() << TestLog::ImageSet("Result", "Verification result")
405 << TestLog::Image("Rendered", "Rendered image", renderedFrame);
409 m_testCtx.getLog() << TestLog::Image("Reference", "Ideal reference", referenceFrame)
410 << TestLog::Image("ErrorMask", "Error mask", errorMask);
413 m_testCtx.getLog() << TestLog::EndImageSet
    [all...]
es2fDepthTests.cpp 126 tcu::TestLog& log = m_testCtx.getLog();
172 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles2Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
es2fBufferTestUtil.hpp 51 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes);
es2fShaderBuiltinVarTests.cpp 43 using tcu::TestLog;
104 m_testCtx.getLog() << tcu::TestLog::Message << m_varName << " = " << refValue << tcu::TestLog::EndMessage;
249 m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m_depthRange.zFar << ")" << tcu::TestLog::EndMessage;
278 TestLog& log = m_testCtx.getLog();
372 TestLog& log = m_testCtx.getLog();
459 TestLog& log = m_testCtx.getLog();
580 TestLog& log = m_testCtx.getLog();
  /external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp 48 using tcu::TestLog;
76 testCtx.getLog() << TestLog::Message << "// ERROR: Expected greater or equal to " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage;
85 using tcu::TestLog;
113 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage;
122 using tcu::TestLog;
126 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
134 using tcu::TestLog;
    [all...]
es3fTextureSizeTests.cpp 43 using tcu::TestLog;
120 TestLog& log = m_testCtx.getLog();
263 TestLog& log = m_testCtx.getLog();
277 log << TestLog::Message << face << TestLog::EndMessage;
es3fTextureMipmapTests.cpp 54 using tcu::TestLog;
446 m_testCtx.getLog() << TestLog::Message << "ERROR: Image verification failed, found " << numFailedPixels << " invalid pixels!" << TestLog::EndMessage;
448 m_testCtx.getLog() << TestLog::ImageSet("Result", "Verification result")
449 << TestLog::Image("Rendered", "Rendered image", renderedFrame);
453 m_testCtx.getLog() << TestLog::Image("Reference", "Ideal reference", referenceFrame)
454 << TestLog::Image("ErrorMask", "Error mask", errorMask);
457 m_testCtx.getLog() << TestLog::EndImageSet;
764 m_testCtx.getLog() << TestLog::Message << "ERROR: Image verification failed, found " << numFailedPixels << " invalid pixels!" << TestLog::EndMessage
    [all...]
es3fTextureFilteringTests.cpp 47 using tcu::TestLog;
284 m_testCtx.getLog() << TestLog::Message << "Texture coordinates: " << curCase.minCoord << " -> " << curCase.maxCoord << TestLog::EndMessage;
320 m_testCtx.getLog() << TestLog::Message << "Warning: Verification against high precision requirements failed, trying with lower requirements." << TestLog::EndMessage;
327 m_testCtx.getLog() << TestLog::Message << "ERROR: Verification against low precision requirements failed, failing test case." << TestLog::EndMessage;
590 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
600 m_testCtx.getLog() << TestLog::Message << "Face " << getFaceDesc(face) << TestLog::EndMessage
    [all...]
es3fVertexArrayObjectTests.cpp 157 tcu::TestLog& m_log;
164 void logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg);
194 void VertexArrayObjectTest::logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg)
215 log << tcu::TestLog::Message << message.str() << tcu::TestLog::EndMessage;
245 m_log << tcu::TestLog::Message << "Program used with Vertex Array Object" << tcu::TestLog::EndMessage;
248 m_log << tcu::TestLog::Message << "Program used with Vertex Array State" << tcu::TestLog::EndMessage;
676 tcu::TestLog& m_log
    [all...]
es3fFragmentOutputTests.cpp 65 using tcu::TestLog;
243 TestLog& log = m_testCtx.getLog();
260 log << TestLog::Section("Framebuffer", "Framebuffer configuration");
263 log << TestLog::Message << "COLOR_ATTACHMENT" << ndx << ": "
267 << TestLog::EndMessage;
269 log << TestLog::EndSection;
547 TestLog& log = m_testCtx.getLog();
659 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
697 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal (…)
    [all...]
es3fDepthTests.cpp 129 tcu::TestLog& log = m_testCtx.getLog();
175 log << tcu::TestLog::Message << "Error code mismatch: got " << glu::getErrorStr(gles2Error) << ", expected " << glu::getErrorStr(refError) << tcu::TestLog::EndMessage;
es3fShaderBuiltinVarTests.cpp 48 using tcu::TestLog;
145 m_testCtx.getLog() << TestLog::Integer(m_varName, m_varName, "", QP_KEY_TAG_NONE, result);
149 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << m_varName << " = " << reference << TestLog::EndMessage
150 << TestLog::Message << "Test shader:" << TestLog::EndMessage;
266 m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m_depthRange.zFar << ")" << tcu::TestLog::EndMessage;
295 TestLog& log = m_testCtx.getLog();
392 TestLog& log = m_testCtx.getLog()
    [all...]
  /external/deqp/modules/egl/
teglRenderCase.cpp 57 using tcu::TestLog;
115 tcu::TestLog& log = m_testCtx.getLog();
222 tcu::TestLog& log = m_testCtx.getLog();
274 log << TestLog::Message << apiName << TestLog::EndMessage;

Completed in 1012 milliseconds

<<1112131415