Searched refs:getTestContext (Results 126 - 150 of 231) sorted by relevance

12345678910

/external/testng/src/main/java/org/testng/reporters/
H A DJUnitReportReporter.java43 ITestContext tc = sr.getTestContext();
/external/testng/src/main/java/org/testng/reporters/jq/
H A DNavigatorPanel.java47 ITestContext context = result.getTestContext();
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp381 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits);
2111 context.getTestContext().getLog()
2119 context.getTestContext().touchWatchdog();
2226 return Device::Parameters(context.getTestContext().getCommandLine().getVKDeviceId()-1u,
2293 if (!validateAndLog(context.getTestContext().getLog(), objCallbacks, noCmdScope))
2298 if (!validateAndLog(context.getTestContext().getLog(), objCallbacks, 0u))
2302 if (!validateAndLog(context.getTestContext().getLog(), resCallbacks, 0u))
2340 context.getTestContext().getLog()
2354 context.getTestContext().getLog() << e;
2359 if (!validateAndLog(context.getTestContext()
[all...]
H A DvktApiSmokeTests.cpp924 if (tcu::intThresholdPositionDeviationCompare(context.getTestContext().getLog(),
1541 if (tcu::intThresholdPositionDeviationCompare(context.getTestContext().getLog(),
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateRSTests.cpp408 tcu::TestLog &log = m_context.getTestContext().getLog();
515 tcu::TestLog &log = m_context.getTestContext().getLog();
621 tcu::TestLog &log = m_context.getTestContext().getLog();
H A DvktDynamicStateDSTests.cpp448 tcu::TestLog &log = m_context.getTestContext().getLog();
600 tcu::TestLog &log = m_context.getTestContext().getLog();
770 tcu::TestLog &log = m_context.getTestContext().getLog();
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyFragmentTests.cpp857 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog::EndMessage;
1012 tcu::TestLog& log = m_context.getTestContext().getLog();
1028 tcu::TestLog& log = m_context.getTestContext().getLog();
H A DvktPipelineMultisampleTests.cpp853 tcu::TestLog& log = m_context.getTestContext().getLog();
887 if (!tcu::fuzzyCompare(m_context.getTestContext().getLog(), "FuzzyImageCompare", "Image comparison", refRenderer.getAccess(), result, 0.05f, tcu::COMPARE_LOG_RESULT))
958 tcu::TestLog& log = m_context.getTestContext().getLog();
1032 tcu::TestLog& log = m_context.getTestContext().getLog();
/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp157 : ControlStatementCase (context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
428 : ControlStatementCase (context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
686 : ControlStatementCase(context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp157 : ControlStatementCase (context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
432 : ControlStatementCase (context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
694 : ControlStatementCase(context.getTestContext(), context.getRenderContext(), name, description, isVertex ? CASETYPE_VERTEX : CASETYPE_FRAGMENT)
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp3186 group = new tcu::TestCaseGroup(context.getTestContext(), "basic_type", "Basic variable");
3261 group = new tcu::TestCaseGroup(context.getTestContext(), "opaque_type", "Opaque types");
3291 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "array", "Arrays");
3314 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "struct", "Structs");
3352 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "default_block", "Default block");
3363 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "named_block", "Named uniform block");
3374 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "unnamed_block", "Unnamed uniform block");
3386 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "block_array", "Uniform block array");
3456 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "types", "Types");
3465 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), "aggregate
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFloatStateQueryTests.cpp1122 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
1123 m_verifierInteger = new GetIntegerVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
1124 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
H A Des2fDitheringTests.cpp541 group->addChild(new DitheringCase(m_context.getTestContext(), m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[caseColorNdx].color));
H A Des2fShaderBuiltinVarTests.cpp75 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, evalBuiltinConstant)
196 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, m_evaluator)
H A Des2fShaderLoopTests.cpp228 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc)
1342 const std::vector<tcu::TestNode*> children = gls::ShaderLibrary(m_context.getTestContext(), m_context.getRenderContext(), m_context.getContextInfo()).loadShaderFile("shaders/loops.test");
H A Des2fShaderTextureFunctionTests.cpp247 : gls::ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, m_evaluator)
562 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc);
H A Des2fIntegerStateQueryTests.cpp1590 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
1591 tcu::ResultCollector result (m_context.getTestContext().getLog(), " // ERROR: ");
2041 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
2042 m_verifierInteger = new GetIntegerVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
2043 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp155 , m_testCtx (context.getTestContext())
565 tcu::TestLog& log = m_context.getTestContext().getLog();
860 tcu::TestLog& log = m_context.getTestContext().getLog();
1131 tcu::TestLog& log = m_context.getTestContext().getLog();
/external/deqp/modules/egl/
H A DteglQueryContextTests.cpp308 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog())
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.cpp539 group->addChild(new DitheringCase(m_context.getTestContext(), m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[caseColorNdx].color));
H A Des3fFboCompletenessTests.cpp510 , m_fboc (ctx.getTestContext(), ctx.getRenderContext(), m_checkerFactory)
H A Des3fFloatStateQueryTests.cpp1269 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
1270 m_verifierInteger = new GetIntegerVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
1271 m_verifierInteger64 = new GetInteger64Verifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
1272 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
H A Des3fShaderTextureFunctionTests.cpp470 : gls::ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, desc, isVertexCase, m_evaluator)
1088 m_context.getTestContext().getLog() << *m_program;
1164 m_context.getTestContext().getLog() << TestLog::Message << "Testing image size " << testSize.textureSize.x() << "x" << testSize.textureSize.y() << "x" << testSize.textureSize.z() << TestLog::EndMessage;
1165 m_context.getTestContext().getLog() << TestLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize.lodBase << TestLog::EndMessage;
1166 m_context.getTestContext().getLog() << TestLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() << "x" << testSize.expectedSize.z() << TestLog::EndMessage;
1178 m_context.getTestContext().getLog() << TestLog::Message << "Testing image size " << testSize.textureSize.x() << "x" << testSize.textureSize.y() << TestLog::EndMessage;
1179 m_context.getTestContext().getLog() << TestLog::Message << "Lod: " << testSize.lod << ", base level: " << testSize.lodBase << TestLog::EndMessage;
1180 m_context.getTestContext().getLog() << TestLog::Message << "Expecting: " << testSize.expectedSize.x() << "x" << testSize.expectedSize.y() << TestLog::EndMessage;
1193 m_context.getTestContext().getLog() << TestLog::Message << "Testing image size " << testSize.textureSize.x() << "x" << testSize.textureSize.y() << " with " << testSize.textureSize.z() << " layer(s)" << TestLog::EndMessage;
1194 m_context.getTestContext()
[all...]
H A Des3fTextureSwizzleTests.cpp112 , m_renderer (context.getRenderContext(), context.getTestContext().getLog(), glu::GLSL_VERSION_300_ES, glu::PRECISION_HIGHP)
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeIndirectComputeDispatchTests.cpp203 tcu::TestContext& testCtx = m_context.getTestContext();
350 tcu::TestContext& testCtx = m_context.getTestContext();

Completed in 3661 milliseconds

12345678910