Searched refs:getLog (Results 151 - 175 of 326) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp268 const tcu::ScopedLogSection section (m_testCtx.getLog(), string("Test") + de::toString(m_caseNdx), string("Test ") + de::toString(m_caseNdx));
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;
563 const tcu::ScopedLogSection iterSection (m_testCtx.getLog(), string("Test") + de::toString(m_caseNdx), string("Test ") + de::toString(m_caseNdx));
590 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage;
600 m_testCtx.getLog() << TestLog::Message << "Face " << getFaceDesc(face) << TestLog::EndMessage;
633 m_testCtx.getLog() << TestLog::Message << "Warning: Verification against high precision requirements failed, trying with lower requirements." << TestLog::EndMessage;
640 m_testCtx.getLog() << TestLog::Message << "ERROR: Verification against low precision requirements failed, failing test case." << TestLog::EndMessage;
832 const tcu::ScopedLogSection section (m_testCtx.getLog(), strin
[all...]
H A Des3fTextureMipmapTests.cpp446 m_testCtx.getLog() << TestLog::Message << "ERROR: Image verification failed, found " << numFailedPixels << " invalid pixels!" << TestLog::EndMessage;
448 m_testCtx.getLog() << TestLog::ImageSet("Result", "Verification result")
453 m_testCtx.getLog() << TestLog::Image("Reference", "Ideal reference", referenceFrame)
457 m_testCtx.getLog() << TestLog::EndImageSet;
764 m_testCtx.getLog() << TestLog::Message << "ERROR: Image verification failed, found " << numFailedPixels << " invalid pixels!" << TestLog::EndMessage;
766 m_testCtx.getLog() << TestLog::ImageSet("Result", "Verification result")
771 m_testCtx.getLog() << TestLog::Image("Reference", "Ideal reference", referenceFrame)
775 m_testCtx.getLog() << TestLog::EndImageSet;
912 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTexture, m_texture->getRefTexture(), comparePrec);
1068 const qpTestResult compareResult = compareGenMipmapResult(m_testCtx.getLog(), resultTextur
[all...]
H A Des3fBufferCopyTests.cpp81 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verifyType);
168 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verifyType);
H A Des3fColorClearTest.cpp102 TestLog& log = m_testCtx.getLog();
274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage;
H A Des3fFboTestCase.cpp64 TestLog& log = m_testCtx.getLog();
124 return tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, 0.05f, tcu::COMPARE_LOG_RESULT);
H A Des3fShaderPrecisionTests.cpp262 TestLog& log = m_testCtx.getLog();
328 m_testCtx.getLog() << TestLog::Message << "Assuming " << mantissaBits << " mantissa bits, " << numLostBits << " bits lost in operation, and " << roundingUlpError << " ULP rounding error."
340 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed! ULP diff (ignoring lost/undefined bits) = " << ulpDiff << TestLog::EndMessage;
364 TestLog& log = m_testCtx.getLog();
515 TestLog& log = m_testCtx.getLog();
583 TestLog& log = m_testCtx.getLog();
714 TestLog& log = m_testCtx.getLog();
777 TestLog& log = m_testCtx.getLog();
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestAddCookies.java77 private final Log log = LogFactory.getLog(getClass());
H A DResponseProcessCookies.java69 private final Log log = LogFactory.getLog(getClass());
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractAuthenticationHandler.java65 private final Log log = LogFactory.getLog(getClass());
H A DDefaultRedirectHandler.java72 private final Log log = LogFactory.getLog(getClass());
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java65 private final Log log = LogFactory.getLog(getClass());
H A DThreadSafeClientConnManager.java76 private final Log log = LogFactory.getLog(getClass());
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgram.h57 void getLog(GLsizei bufSize, GLsizei *length, char *infoLog);
/external/deqp/modules/egl/
H A DteglSurfacelessContextTests.cpp73 TestLog& log = m_testCtx.getLog();
/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp142 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;
H A Des2fColorClearTest.cpp102 TestLog& log = m_testCtx.getLog();
274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage;
H A Des2fShaderBuiltinVarTests.cpp98 m_testCtx.getLog() << tcu::TestLog::Message << m_varName << " = " << refValue << tcu::TestLog::EndMessage;
243 m_testCtx.getLog() << tcu::TestLog::Message << "glDepthRangef(" << m_depthRange.zNear << ", " << m_depthRange.zFar << ")" << tcu::TestLog::EndMessage;
272 TestLog& log = m_testCtx.getLog();
366 TestLog& log = m_testCtx.getLog();
453 TestLog& log = m_testCtx.getLog();
574 TestLog& log = m_testCtx.getLog();
H A Des2fTextureFormatTests.cpp110 TestLog& log = m_testCtx.getLog();
138 TestLog& log = m_testCtx.getLog();
256 TestLog& log = m_testCtx.getLog();
315 TestLog& log = m_testCtx.getLog();
449 TestLog& log = m_testCtx.getLog();
560 TestLog& log = m_testCtx.getLog();
/external/deqp/modules/gles2/performance/
H A Des2pBlendTests.cpp79 TestLog& log = m_testCtx.getLog();
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp58 m_testCtx.getLog() << TestLog::Message << glu::getParamQueryStr(m_param) << " = " << value << TestLog::EndMessage;
/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp228 m_testCtx.getLog() << *m_program;
245 m_testCtx.getLog() << TestLog::Message << "Using FBO of size (" << m_renderWidth << ", " << m_renderHeight << ") with format "
501 comparePass = tcu::fuzzyCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result",
511 comparePass = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result",
H A Des31fShaderSharedVarTests.cpp158 m_testCtx.getLog() << *m_program;
331 m_testCtx.getLog() << TestLog::Message << "ERROR: isOk[" << ndx << "] = " << resVal << " != true" << TestLog::EndMessage;
333 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage;
342 m_testCtx.getLog() << TestLog::Message << (numValues-numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage;
H A Des31fTessellationTests.cpp1682 m_testCtx.getLog() << *m_program;
1694 TestLog& log = m_testCtx.getLog();
1934 m_testCtx.getLog() << *m_program;
2005 TestLog& log = m_testCtx.getLog();
2158 m_testCtx.getLog() << *m_program;
2193 TestLog& log = m_testCtx.getLog();
2321 m_testCtx.getLog() << *m_program;
2344 TestLog& log = m_testCtx.getLog();
2732 m_testCtx.getLog() << *m_program;
2744 TestLog& log = m_testCtx.getLog();
[all...]
H A Des31fFboTestCase.cpp64 TestLog& log = m_testCtx.getLog();
128 return tcu::fuzzyCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, 0.05f, tcu::COMPARE_LOG_RESULT);
/external/deqp/framework/common/
H A DtcuTestExecutor.cpp177 m_testCtx.getLog().startCase(casePath, caseType);
205 m_testCtx.getLog().endCase(testResult, testResultDesc);

Completed in 384 milliseconds

1234567891011>>