HomeSort by relevance Sort by last modified time
    Searched refs:testCtx (Results 251 - 275 of 649) sorted by null

<<11121314151617181920>>

  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.hpp 37 TestPackage (tcu::TestContext& testCtx);
vktTestGroupUtil.hpp 37 TestGroupHelper0 (tcu::TestContext& testCtx,
55 TestGroupHelper1 (tcu::TestContext& testCtx,
60 : tcu::TestCaseGroup (testCtx, name.c_str(), description.c_str())
72 inline tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx,
77 return new TestGroupHelper0(testCtx, name, description, createChildren);
81 tcu::TestCaseGroup* createTestGroup (tcu::TestContext& testCtx,
87 return new TestGroupHelper1<Arg0>(testCtx, name, description, createChildren, arg0);
  /external/deqp/modules/egl/
teglTestPackage.hpp 38 TestPackage (tcu::TestContext& testCtx);
  /external/deqp/modules/gles2/stress/
es2sMemoryTests.hpp 39 MemoryTests (Context& testCtx);
es2sVertexArrayTests.hpp 39 VertexArrayTests (Context& testCtx);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.hpp 39 DrawTests (Context& testCtx);
es3sLongShaderTests.hpp 39 LongShaderTests (Context& testCtx);
es3sMemoryTests.hpp 39 MemoryTests (Context& testCtx);
es3sOcclusionQueryTests.hpp 39 OcclusionQueryTests (Context& testCtx);
es3sVertexArrayTests.hpp 39 VertexArrayTests (Context& testCtx);
  /external/deqp/modules/internal/
ditTestPackage.hpp 35 TestPackage (tcu::TestContext& testCtx);
ditTestPackage.cpp 42 TextureTests (tcu::TestContext& testCtx)
43 : tcu::TestCaseGroup(testCtx, "texture", "Tests for tcu::Texture and utils.")
56 DeqpTests (tcu::TestContext& testCtx)
57 : tcu::TestCaseGroup(testCtx, "deqp", "dEQP Test Framework Self-tests")
100 TestPackage::TestPackage (tcu::TestContext& testCtx)
101 : tcu::TestPackage(testCtx, "dE-IT", "drawElements Internal Tests")
ditDelibsTests.cpp 75 DepoolTests (tcu::TestContext& testCtx)
76 : tcu::TestCaseGroup(testCtx, "depool", "depool self-tests")
100 GetUint32Case (tcu::TestContext& testCtx, const char* name, const char* description, GetUint32Func func)
101 : tcu::TestCase (testCtx, name, description)
120 DethreadTests (tcu::TestContext& testCtx)
121 : tcu::TestCaseGroup(testCtx, "dethread", "dethread self-tests")
141 DeutilTests (tcu::TestContext& testCtx)
142 : tcu::TestCaseGroup(testCtx, "deutil", "deutil self-tests")
156 DebaseTests (tcu::TestContext& testCtx)
157 : tcu::TestCaseGroup(testCtx, "debase", "debase self-tests"
    [all...]
ditImageIOTests.cpp 43 ImageReadCase (tcu::TestContext& testCtx, const char* name, const char* filename, deUint32 expectedHash)
44 : TestCase (testCtx, name, filename)
86 ImageReadTests (tcu::TestContext& testCtx)
87 : TestCaseGroup(testCtx, "read", "Image read tests")
100 ImageIOTests::ImageIOTests(tcu::TestContext& testCtx)
101 : TestCaseGroup(testCtx, "image_io", "Image read and write tests")
  /external/deqp/framework/common/
tcuTestPackage.cpp 36 TestPackage::TestPackage (TestContext& testCtx, const char* name, const char* description)
37 : TestNode(testCtx, NODETYPE_PACKAGE, name, description)
118 TestPackage* TestPackageRegistry::createPackage (const char* name, TestContext& testCtx) const
121 return info ? info->createFunc(testCtx) : DE_NULL;
138 TestPackageRoot::TestPackageRoot (TestContext& testCtx)
139 : TestNode(testCtx, NODETYPE_ROOT, "", "")
143 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const vector<TestNode*>& children)
144 : TestNode(testCtx, NODETYPE_ROOT, "", "", children)
148 TestPackageRoot::TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry)
149 : TestNode(testCtx, NODETYPE_ROOT, "", ""
    [all...]
tcuTestPackage.hpp 43 * TestInstance (TestContext& testCtx);
72 TestPackage (TestContext& testCtx, const char* name, const char* description);
85 typedef TestPackage* (*TestPackageCreateFunc) (TestContext& testCtx);
104 TestPackage* createPackage (const char* name, TestContext& testCtx) const;
130 TestPackageRoot (TestContext& testCtx);
131 TestPackageRoot (TestContext& testCtx, const std::vector<TestNode*>& children);
132 TestPackageRoot (TestContext& testCtx, const TestPackageRegistry* packageRegistry);
  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp 77 virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
80 virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
81 virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) = DE_NULL;
82 virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) = DE_NULL;
85 virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max) = DE_NULL;
113 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
114 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
115 void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1);
116 void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3);
117 void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max)
    [all...]
es2fBooleanStateQueryTests.cpp 53 virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) = DE_NULL;
54 virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) = DE_NULL;
55 virtual void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) = DE_NULL;
82 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
83 void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3);
84 void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name);
92 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference)
101 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
102 if (testCtx.getTestResult() == QP_TEST_RESULT_PASS)
103 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid boolean value")
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFloatStateQueryTests.cpp 77 virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
80 virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
81 virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) = DE_NULL;
82 virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) = DE_NULL;
85 virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max) = DE_NULL;
86 virtual void verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
114 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
115 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
116 void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1);
117 void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3)
    [all...]
  /external/deqp/modules/gles2/
tes2TestPackage.cpp 80 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
101 testCtx.getLog() << e;
102 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
103 testCtx.setTerminateAfter(true);
108 testCtx.getLog() << e;
109 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
114 TestPackage::TestPackage (tcu::TestContext& testCtx)
115 : tcu::TestPackage (testCtx, "dEQP-GLES2", "dEQP OpenGL ES 2.0 Tests")
116 , m_archive (testCtx.getRootArchive(), "gles2/")
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 79 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext();
100 testCtx.getLog() << e;
101 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
102 testCtx.setTerminateAfter(true);
107 testCtx.getLog() << e;
108 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
113 TestPackage::TestPackage (tcu::TestContext& testCtx)
114 : tcu::TestPackage (testCtx, "dEQP-GLES3", "dEQP OpenGL ES 3.0 Tests")
115 , m_archive (testCtx.getRootArchive(), "gles3/")
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.hpp 36 SparseShaderIntrinsicsCaseSampledBase (tcu::TestContext& testCtx,
42 : SparseShaderIntrinsicsCaseBase (testCtx, name, function, imageType, imageSize, format) {}
56 SparseShaderIntrinsicsCaseSampledExplicit (tcu::TestContext& testCtx,
62 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format) {}
70 SparseCaseOpImageSparseSampleExplicitLod (tcu::TestContext& testCtx,
76 : SparseShaderIntrinsicsCaseSampledExplicit (testCtx, name, function, imageType, imageSize, format) {}
88 SparseShaderIntrinsicsCaseSampledImplicit (tcu::TestContext& testCtx,
94 : SparseShaderIntrinsicsCaseSampledBase (testCtx, name, function, imageType, imageSize, format) {}
102 SparseCaseOpImageSparseSampleImplicitLod (tcu::TestContext& testCtx,
108 : SparseShaderIntrinsicsCaseSampledImplicit (testCtx, name, function, imageType, imageSize, format) {
    [all...]
vktSparseResourcesShaderIntrinsicsStorage.hpp 36 SparseShaderIntrinsicsCaseStorage (tcu::TestContext& testCtx,
42 : SparseShaderIntrinsicsCaseBase (testCtx, name, function, imageType, imageSize, format) {}
59 SparseCaseOpImageSparseFetch (tcu::TestContext& testCtx,
65 : SparseShaderIntrinsicsCaseStorage (testCtx, name, function, imageType, imageSize, format) {}
82 SparseCaseOpImageSparseRead (tcu::TestContext& testCtx,
88 : SparseShaderIntrinsicsCaseStorage (testCtx, name, function, imageType, imageSize, format) {}
  /external/deqp/external/openglcts/modules/common/
glcNoErrorTests.hpp 45 NoErrorContextTest(tcu::TestContext& testCtx, glu::ApiType apiType);
63 NoErrorTests(tcu::TestContext& testCtx, glu::ApiType apiType);
  /external/deqp/external/openglcts/modules/gles2/
es2cTestPackage.cpp 75 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext();
96 testCtx.getLog() << e;
97 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
98 testCtx.setTerminateAfter(true);
103 testCtx.getLog() << e;
104 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine");
122 TestPackage::TestPackage(tcu::TestContext& testCtx, const char* packageName)
123 : deqp::TestPackage(testCtx, packageName, "OpenGL ES 2 Conformance Tests", glu::ContextType(glu::ApiType::es(2, 0)),

Completed in 299 milliseconds

<<11121314151617181920>>