/external/deqp/modules/gles3/functional/ |
es3fShaderBuiltinVarTests.cpp | 138 shaderExecutor->log(m_testCtx.getLog()); 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 151 shaderExecutor->log(m_testCtx.getLog()); 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(); 482 TestLog& log = m_testCtx.getLog(); 606 TestLog& log = m_testCtx.getLog(); 782 m_testCtx.getLog() << *m_program [all...] |
es3fTextureShadowTests.cpp | 105 tcu::TestLog& log = testCtx.getLog(); 215 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP) 328 const tcu::ScopedLogSection section (m_testCtx.getLog(), string("Test") + de::toString(m_caseNdx), string("Test ") + de::toString(m_caseNdx)); 343 m_testCtx.getLog() << TestLog::Message << "Compare reference value = " << sampleParams.ref << TestLog::EndMessage; 346 m_testCtx.getLog() << TestLog::Message << "Texture coordinates: " << curCase.minCoord << " -> " << curCase.maxCoord << TestLog::EndMessage; 379 m_testCtx.getLog() << TestLog::Message << "Warning: Verification assuming high-quality PCF filtering failed." << TestLog::EndMessage; 390 m_testCtx.getLog() << TestLog::Message << "ERROR: Verification against low precision requirements failed, failing test case." << TestLog::EndMessage; 468 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP) 600 const tcu::ScopedLogSection iterSection (m_testCtx.getLog(), string("Test") + de::toString(m_caseNdx), string("Test ") + de::toString(m_caseNdx)); 627 m_testCtx.getLog() [all...] |
es3fBufferMapTests.cpp | 66 TestLog& log = m_testCtx.getLog(); 69 BufferWriter writer (m_renderCtx, m_testCtx.getLog(), m_write); 123 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 174 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 229 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 288 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 347 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 422 VertexArrayVerifier verifier (m_renderCtx, m_testCtx.getLog()); 487 TestLog& log = m_testCtx.getLog(); 491 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify) [all...] |
es3fASTCDecompressionCases.cpp | 274 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP) 296 TestLog& log = m_context.getTestContext().getLog(); 397 m_testCtx.getLog() << TestLog::Message << "Total " << m_blockData.size() / tcu::astc::BLOCK_SIZE_BYTES << " blocks to test" << TestLog::EndMessage 409 TestLog& log = m_testCtx.getLog(); 550 TestLog& log = m_testCtx.getLog(); 588 const bool compareOk = tcu::pixelThresholdCompare(m_testCtx.getLog(), "ComparisonResult", "Comparison Result", referenceFrame, renderedFrame, threshold,
|
es3fRandomFragmentOpTests.cpp | 240 , m_callLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog()) 314 const tcu::ScopedLogSection iterSection (m_testCtx.getLog(), std::string("Iteration") + de::toString(m_iterNdx), std::string("Iteration ") + de::toString(m_iterNdx)); 338 m_testCtx.getLog() << TestLog::Message << "// Quad: " << cmd->quad.posA << " -> " << cmd->quad.posB 385 compareOk = tcu::bilinearCompare(m_testCtx.getLog(), 394 compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), 402 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
|
/external/deqp/modules/gles31/functional/ |
es31fVertexAttributeBindingTests.cpp | 204 if (verifyImageYellowGreen(surface, m_testCtx.getLog(), false)) 284 m_testCtx.getLog() << tcu::TestLog::Message 296 m_testCtx.getLog() << tcu::TestLog::Message 320 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 489 m_testCtx.getLog() << *m_program; 580 m_testCtx.getLog() << tcu::TestLog::Message 616 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 812 m_testCtx.getLog() << *m_program; 890 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); [all...] |
es31fDrawTests.cpp | 790 sglr::GLContext ctx (m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight)); 800 if (verifyImageYellowGreen(surface, m_testCtx.getLog())) [all...] |
es31fComputeShaderBuiltinVarTests.cpp | 168 m_testCtx.getLog() << *program; 207 const tcu::ScopedLogSection section (m_testCtx.getLog(), string("Iteration") + de::toString(m_subCaseNdx), string("Iteration ") + de::toString(m_subCaseNdx)); 223 m_testCtx.getLog() << TestLog::Message << "Number of work groups = " << subCase.numWorkGroups << TestLog::EndMessage 266 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed at offset " << refOffset 271 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage; 277 m_testCtx.getLog() << TestLog::Message << (numInvocations-numFailed) << " / " << numInvocations << " values passed" << TestLog::EndMessage;
|
es31fTextureFilteringTests.cpp | 187 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP) 320 TestLog& log = m_testCtx.getLog(); 329 const tcu::ScopedLogSection section (m_testCtx.getLog(), string("Test") + de::toString(m_caseNdx), string("Test ") + de::toString(m_caseNdx)); 351 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage; 397 m_testCtx.getLog() << TestLog::Message << "Warning: Verification against high precision requirements failed, trying with lower requirements." << TestLog::EndMessage; 404 m_testCtx.getLog() << TestLog::Message << "ERROR: Verification against low precision requirements failed, failing test case." << TestLog::EndMessage;
|
es31fTextureFormatTests.cpp | 111 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP) 125 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP) 175 TestLog& log = m_testCtx.getLog(); 274 , m_renderer (renderCtx, ctx.getTestContext().getLog(), glu::GLSL_VERSION_310_ES, glu::PRECISION_HIGHP) 285 TestLog& log = m_testCtx.getLog(); 322 TestLog& log = m_testCtx.getLog();
|
es31fFboColorbufferTests.cpp | 105 m_testCtx.getLog() << TestLog::Message << "Comparing images, threshold: " << threshold << TestLog::EndMessage; 107 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT); 135 TestLog& log = m_testCtx.getLog();
|
/external/deqp/modules/gles2/functional/ |
es2fTextureFormatTests.cpp | 99 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 110 TestLog& log = m_testCtx.getLog(); 138 TestLog& log = m_testCtx.getLog(); 243 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 256 TestLog& log = m_testCtx.getLog(); 315 TestLog& log = m_testCtx.getLog(); 423 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 449 TestLog& log = m_testCtx.getLog(); 528 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 560 TestLog& log = m_testCtx.getLog(); [all...] |
es2fBufferTestUtil.cpp | 166 , CallLogWrapper (context.getRenderContext().getFunctions(), m_context.getTestContext().getLog()) 241 : CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog()) 300 m_context.getTestContext().getLog() << *m_program; 469 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT)) 510 m_context.getTestContext().getLog() << *m_program; 633 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), referenceImg, indexBufferImg, threshold, tcu::COMPARE_LOG_RESULT))
|
es2fRandomFragmentOpTests.cpp | 240 , m_callLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog()) 314 const tcu::ScopedLogSection iterSection (m_testCtx.getLog(), std::string("Iteration") + de::toString(m_iterNdx), std::string("Iteration ") + de::toString(m_iterNdx)); 338 m_testCtx.getLog() << TestLog::Message << "// Quad: " << cmd->quad.posA << " -> " << cmd->quad.posB 385 compareOk = tcu::bilinearCompare(m_testCtx.getLog(), 394 compareOk = tcu::intThresholdCompare(m_testCtx.getLog(), 402 m_testCtx.getLog() << TestLog::Message << (compareOk ? " Passed." : " FAILED!") << TestLog::EndMessage;
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Paint_Delegate.java | 194 Bridge.getLog().fidelityWarning(LayoutLog.TAG_PATHEFFECT, 445 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 452 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 836 Bridge.getLog().fidelityWarning(LayoutLog.TAG_COLORFILTER, 881 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MASKFILTER, 917 Bridge.getLog().fidelityWarning(LayoutLog.TAG_RASTERIZER, 1004 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 1013 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 1022 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, [all...] |
/external/deqp/modules/egl/ |
teglImageTests.cpp | 97 TestLog& log = testCtx.getLog(); 120 TestLog& log = testCtx.getLog(); 153 , glu::CallLogWrapper (m_gl, m_testCtx.getLog()) 211 m_testCtx.getLog() << TestLog::Message << msg << TestLog::EndMessage; 366 TestLog& log = m_testCtx.getLog(); 422 TestLog& log = m_testCtx.getLog();
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeTypedArray.java | 240 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT, 263 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT, 422 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT, 454 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT, 523 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_FORMAT, 650 Bridge.getLog().warning(LayoutLog.TAG_RESOURCES_RESOLVE, [all...] |
/external/deqp/modules/gles3/stress/ |
es3sLongRunningShaderTests.cpp | 214 m_testCtx.getLog() << *m_program; 226 m_testCtx.getLog() << TestLog::Message << "Loop iteration counts in range: [" << m_params->minLoopIterCount 231 m_testCtx.getLog() << TestLog::Message << "Number of vertices and fragments: " << m_params->numInvocations << TestLog::EndMessage;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderAction.java | 242 LayoutLog currentLog = mParams.getLog(); 297 public LayoutLog getLog() { 299 return mParams.getLog();
|
/cts/common/util/src/com/android/compatibility/common/util/ |
TestResult.java | 143 public String getLog() {
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
CameraEvictionTest.java | 194 List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, 247 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); 309 events = mErrorServiceConnection.getLog(SETUP_TIMEOUT, 355 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT);
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
FilePart.java | 69 private static final Log LOG = LogFactory.getLog(FilePart.class);
|
MultipartEntity.java | 86 private static final Log log = LogFactory.getLog(MultipartEntity.class);
|
/external/apache-http/src/org/apache/http/impl/client/ |
ClientParamsStack.java | 85 private final Log log = LogFactory.getLog(getClass());
|
/external/apache-http/src/org/apache/http/impl/conn/ |
IdleConnectionHandler.java | 59 private final Log log = LogFactory.getLog(getClass());
|