HomeSort by relevance Sort by last modified time
    Searched refs:getTestContext (Results 276 - 300 of 473) sorted by null

<<111213141516171819

  /external/deqp/modules/gles3/functional/
es3fBufferObjectQueryTests.cpp 510 m_verifierInt = new GetBufferParameterIVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
511 m_verifierInt64 = new GetBufferParameterI64Verifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
es3fShaderLoopTests.cpp 221 : ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc)
    [all...]
es3fRandomShaderTests.cpp 48 return new gls::RandomShaderCase(context.getTestContext(), context.getRenderContext(), de::toString(seed).c_str(), description, params);
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 502 tcu::TestContext& testCtx = context.getTestContext();
665 group->addChild(new FramebufferCompletenessCase(context.getTestContext(), context.getRenderContext(), "no_attachments", "No attachments completeness"));
es31fProgramInterfaceQueryTests.cpp     [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java 461 final FakeContext context = new FakeContext(getTestContext());
478 FakeFactory.registerWithFakeContext(getTestContext(), context)
ActionTest.java 49 FakeFactory.register(getTestContext())
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp     [all...]
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java 44 mLaunchedActivity = new ComponentName(getTestContext(), ShortcutLaunchedActivity.class);
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 319 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description);
322 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
651 m_context.getTestContext().getLog() << tcu::TestLog::Message << shaderDefinition[index].name
669 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Link operation should succed. Info Log:\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 363 tcu::TestLog &log = m_context.getTestContext().getLog();
621 tcu::TestLog& log = m_context.getTestContext().getLog();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesQueueBindSparseTests.cpp 367 group->addChild(new SparseQueueBindTest(group->getTestContext(), cases[caseNdx].name, cases[caseNdx].description, cases[caseNdx].params));
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmIndexingTests.cpp 69 tcu::TestContext& testCtx = group->getTestContext();
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 726 m_context.getTestContext().getLog() << TestLog::Message
736 m_context.getTestContext().getLog() << TestLog::Message
782 m_context.getTestContext().getLog()
796 m_context.getTestContext().getLog()
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRandomShaderTests.cpp 46 return new gls::RandomShaderCase(context.getTestContext(), context.getRenderContext(), de::toString(seed).c_str(), description, params);
  /external/testng/src/main/java/org/testng/internal/
MethodInvocationHelper.java 229 if (ThreadUtil.isTestNGThread() && testResult.getTestContext().getCurrentXmlTest().getParallel() != XmlSuite.ParallelMode.TESTS) {
  /external/testng/src/main/java/org/testng/reporters/
JUnitReportReporter.java 43 ITestContext tc = sr.getTestContext();
  /external/testng/src/main/java/org/testng/reporters/jq/
NavigatorPanel.java 47 ITestContext context = result.getTestContext();
  /packages/apps/Messaging/tests/src/com/android/messaging/util/
ContactUtilTest.java 48 FakeFactory.registerWithoutFakeContext(getTestContext());
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateRSTests.cpp 402 tcu::TestLog &log = m_context.getTestContext().getLog();
509 tcu::TestLog &log = m_context.getTestContext().getLog();
615 tcu::TestLog &log = m_context.getTestContext().getLog();
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 614 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Using depth/stencil format " << getFormatName(testFormat) << tcu::TestLog::EndMessage;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 157 : 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/
es3pShaderControlStatementTests.cpp 157 : 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)

Completed in 1297 milliseconds

<<111213141516171819