HomeSort by relevance Sort by last modified time
    Searched refs:getTestContext (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationInputManagerTest.java 60 FakeFactory.register(getTestContext())
69 .thenReturn(new SimSelectorView(getTestContext(), null));
72 .thenReturn(new EditText(getTestContext()));
89 final ConversationInputManager inputManager = new ConversationInputManager(getTestContext(),
  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 49 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description);
52 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
55 group->addChild(new RandomUniformBlockCase(context.getTestContext(), context.getRenderContext(), glu::GLSL_VERSION_310_ES,
63 : UniformBlockCase(context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, BUFFERMODE_PER_BLOCK)
90 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode)
es31fBooleanStateQueryTests.cpp 63 , glu::CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
es31fMultisampleTests.cpp 479 m_context.getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL,
639 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Failed");
648 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Failed");
656 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Failed");
667 m_context.getTestContext().setTestResult(QP_TEST_RESULT_PASS, "Passed");
840 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Failed");
852 m_context.getTestContext().setTestResult(QP_TEST_RESULT_PASS, "Passed");
    [all...]
es31fTextureBufferTests.cpp 661 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
670 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
680 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, MODIFYBITS_NONE, renderType, name.c_str(), name.c_str()));
702 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
711 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, 0, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
721 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, bufferSize, offset, size, RENDERBITS_NONE, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
744 modifyTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, RENDERBITS_NONE, modifyType, renderType, name.c_str(), name.c_str()));
767 renderTypeGroup->addChild(new TextureBufferCase(context.getTestContext(), context.getRenderContext(), GL_RGBA8, size, 0, 0, renderType, modifyType, RENDERBITS_AS_FRAGMENT_TEXTURE, name.c_str(), name.c_str()));
es31fSSBOLayoutTests.cpp 95 : SSBOLayoutCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode)
312 : SSBOLayoutCase(context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, BUFFERMODE_PER_BLOCK)
330 : SSBOLayoutCase(context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, BUFFERMODE_PER_BLOCK)
342 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description);
345 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
355 : SSBOLayoutCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode)
388 : SSBOLayoutCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode)
423 : SSBOLayoutCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode)
463 : SSBOLayoutCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode)
503 : SSBOLayoutCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_310_ES, bufferMode
    [all...]
  /external/deqp/modules/gles3/functional/
es3fApiCase.cpp 44 , CallLogWrapper(context.getRenderContext().getFunctions(), context.getTestContext().getLog())
es3fUniformBlockTests.cpp 47 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description);
50 baseSeed += (deUint32)context.getTestContext().getCommandLine().getBaseSeed();
53 group->addChild(new RandomUniformBlockCase(context.getTestContext(), context.getRenderContext(), glu::GLSL_VERSION_300_ES,
61 : UniformBlockCase(context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, BUFFERMODE_PER_BLOCK)
88 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
121 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
156 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
196 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
236 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode)
277 : UniformBlockCase (context.getTestContext(), context.getRenderContext(), name, description, glu::GLSL_VERSION_300_ES, bufferMode
    [all...]
es3fInteger64StateQueryTests.cpp 285 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
286 m_verifierInteger = new GetIntegerVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
287 m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
es3fBufferMapTests.cpp 54 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
111 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
160 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
216 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
275 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
334 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
414 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
475 : BufferCase (context.getTestContext(), context.getRenderContext(), name, desc)
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 75 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
  /external/deqp/modules/gles2/functional/
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))
es2fMultisampleTests.cpp 475 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Failed");
487 m_context.getTestContext().setTestResult(QP_TEST_RESULT_PASS, "Passed");
859 m_context.getTestContext().setTestResult(QP_TEST_RESULT_FAIL, "Failed");
870 m_context.getTestContext().setTestResult(QP_TEST_RESULT_PASS, "Passed");
    [all...]
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 55 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
78 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
103 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
130 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
159 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
190 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
  /external/deqp/framework/common/
tcuTestCase.hpp 112 TestContext& getTestContext (void) const { return m_testCtx; }
  /external/deqp/modules/egl/
teglColorClearTests.cpp 61 tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->name, groupIter->desc);
  /external/deqp/modules/gles2/
tes2TestPackage.cpp 80 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 79 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
  /frameworks/base/core/java/android/test/
AndroidTestCase.java 75 public Context getTestContext() {
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
BitmapPoolTest.java 44 FakeFactory.register(getTestContext())
ParticipantRefreshTest.java 49 mContext = new FakeContext(getTestContext());
56 mFakeFactory = FakeFactory.registerWithFakeContext(getTestContext(), mContext)
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java 92 final Resources resources = getTestContext().getResources();
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 704 : TestCase (ctx.getTestContext(), name, description)
754 ResultCollector errors (getTestContext());
765 ResultCollector errors (getTestContext());
774 ResultCollector errors (getTestContext());
786 ResultCollector errors (getTestContext());
818 ResultCollector errors (getTestContext());
845 ResultCollector errors(getTestContext());
920 ResultCollector errors (getTestContext());
994 ResultCollector errors (getTestContext());
1075 ResultCollector errors (getTestContext());
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
GetOrCreateConversationActionTest.java 149 mContext = new FakeContext(getTestContext());
169 FakeFactory.registerWithFakeContext(getTestContext(), mContext)
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 55 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
78 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
103 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
130 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\
159 : gls::StateChangeCallPerformanceCase(context.getTestContext(), context.getRenderContext(), name, description)\

Completed in 1416 milliseconds

12 3 4 5 6 7