HomeSort by relevance Sort by last modified time
    Searched refs:getTestContext (Results 126 - 150 of 261) sorted by null

1 2 3 4 56 7 8 91011

  /external/deqp/modules/gles3/functional/
es3fShaderDiscardTests.cpp 69 : ShaderRenderCase (context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, false, evalFunc)
es3fShaderReturnTests.cpp 83 : ShaderRenderCase(context.getTestContext(), context.getRenderContext(), context.getContextInfo(), name, description, isVertexCase, evalFunc)
es3fSyncTests.cpp 91 , CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
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();
es3fBlendTests.cpp 338 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Image compare failed");
350 m_context.getTestContext().setTestResult(QP_TEST_RESULT_PASS, "Passed");
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...]
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 63 : ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, CASETYPE_FRAGMENT)
es3pTextureCases.cpp 65 : ShaderPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description, CASETYPE_FRAGMENT)
  /external/deqp/modules/gles3/stress/
es3sSyncTests.cpp 82 , CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
  /external/testng/src/main/java/org/testng/internal/
TestResult.java 302 public ITestContext getTestContext() {
  /external/testng/src/main/java/org/testng/reporters/
FailedReporter.java 65 ITestContext testContext = suiteResult.getTestContext();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MetadataEntryParserTest.java 232 Context context = getTestContext();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java 85 mContext = getTestContext();
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 224 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine()))
281 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
570 context.getTestContext().getLog()
600 tcu::TestLog& log = m_context.getTestContext().getLog();
710 testGroup->addChild(new InstanceFactory1<CreateSwapchainSimulateOOMTest, TestParameters>(testGroup->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, getTestDimensionName(testDimension), "", TestParameters(wsiType, testDimension)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 381 context.getTestContext().getPlatform().getVulkanPlatform().getMemoryLimits(memoryLimits);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp 162 tcu::TestLog &log = m_context.getTestContext().getLog();
345 tcu::TestLog &log = m_context.getTestContext().getLog();
  /external/deqp/modules/egl/
teglImageTests.cpp 96 tcu::TestContext& testCtx = eglTestCtx.getTestContext();
119 tcu::TestContext& testCtx = eglTestCtx.getTestContext();
teglImageUtil.cpp 115 const NativeWindowFactory& windowFactory = selectNativeWindowFactory(displayFactory, eglTestCtx.getTestContext().getCommandLine());
124 const NativePixmapFactory& pixmapFactory = selectNativePixmapFactory(displayFactory, eglTestCtx.getTestContext().getCommandLine());
teglQueryConfigTests.cpp 85 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog())
217 , CallLogWrapper (eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog())
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 281 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Image compare failed");
293 m_context.getTestContext().setTestResult(QP_TEST_RESULT_PASS, "Passed");
  /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"));
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ReadWriteDraftMessageActionTest.java 461 final FakeContext context = new FakeContext(getTestContext());
478 FakeFactory.registerWithFakeContext(getTestContext(), context)
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java 44 mLaunchedActivity = new ComponentName(getTestContext(), ShortcutLaunchedActivity.class);

Completed in 932 milliseconds

1 2 3 4 56 7 8 91011