Home
last modified time | relevance | path

Searched refs:TestContext (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/external/deqp/external/openglcts/modules/
DglcTestPackageRegistry.cpp76 static tcu::TestPackage* createConfigPackage(tcu::TestContext& testCtx) in createConfigPackage()
81 static tcu::TestPackage* createES2Package(tcu::TestContext& testCtx) in createES2Package()
87 static tcu::TestPackage* createdEQPEGLPackage(tcu::TestContext& testCtx) in createdEQPEGLPackage()
94 static tcu::TestPackage* createdEQPES2Package(tcu::TestContext& testCtx) in createdEQPES2Package()
101 static tcu::TestPackage* createES2GTFPackage(tcu::TestContext& testCtx) in createES2GTFPackage()
107 static tcu::TestPackage* createES30Package(tcu::TestContext& testCtx) in createES30Package()
113 static tcu::TestPackage* createdEQPES30Package(tcu::TestContext& testCtx) in createdEQPES30Package()
120 static tcu::TestPackage* createES30GTFPackage(tcu::TestContext& testCtx) in createES30GTFPackage()
127 static tcu::TestPackage* createdEQPES31Package(tcu::TestContext& testCtx) in createdEQPES31Package()
132 static tcu::TestPackage* createES31Package(tcu::TestContext& testCtx) in createES31Package()
[all …]
/external/skia/tools/gpu/
DTestContext.cpp16 TestContext::TestContext() in TestContext() function in sk_gpu_test::TestContext
23 TestContext::~TestContext() { in ~TestContext()
34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) { in makeGrContext()
38 void TestContext::makeCurrent() const { this->onPlatformMakeCurrent(); } in makeCurrent()
40 SkScopeExit TestContext::makeCurrentAndAutoRestore() const { in makeCurrentAndAutoRestore()
46 void TestContext::swapBuffers() { this->onPlatformSwapBuffers(); } in swapBuffers()
49 void TestContext::waitOnSyncOrSwap() { in waitOnSyncOrSwap()
68 void TestContext::testAbandon() { in testAbandon()
74 void TestContext::teardown() { in teardown()
/external/skqp/tools/gpu/
DTestContext.cpp16 TestContext::TestContext() in TestContext() function in sk_gpu_test::TestContext
23 TestContext::~TestContext() { in ~TestContext()
34 sk_sp<GrContext> TestContext::makeGrContext(const GrContextOptions&) { in makeGrContext()
38 void TestContext::makeCurrent() const { this->onPlatformMakeCurrent(); } in makeCurrent()
40 SkScopeExit TestContext::makeCurrentAndAutoRestore() const { in makeCurrentAndAutoRestore()
46 void TestContext::swapBuffers() { this->onPlatformSwapBuffers(); } in swapBuffers()
49 void TestContext::waitOnSyncOrSwap() { in waitOnSyncOrSwap()
68 void TestContext::testAbandon() { in testAbandon()
74 void TestContext::teardown() { in teardown()
/external/deqp/modules/glshared/
DglsAttributeLocationTests.hpp137 BindAttributeTest (tcu::TestContext& testCtx,
156 BindMaxAttributesTest (tcu::TestContext& testCtx,
174 BindAliasingAttributeTest (tcu::TestContext& testCtx,
194 BindMaxAliasingAttributeTest (tcu::TestContext& testCtx,
212 BindInactiveAliasingAttributeTest (tcu::TestContext& testCtx,
230 BindHoleAttributeTest (tcu::TestContext& testCtx,
246 PreAttachBindAttributeTest (tcu::TestContext& testCtx,
260 PreLinkBindAttributeTest (tcu::TestContext& testCtx,
274 PostLinkBindAttributeTest (tcu::TestContext& testCtx,
288 BindReattachAttributeTest (tcu::TestContext& testCtx,
[all …]
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dtest_context.h39 class TestContext : public CountsConverter<sample_t> {
41 TestContext(PerformanceMode perfMode, in TestContext() function
48 TestContext(const TestContext&) = delete;
49 TestContext& operator=(const TestContext&) = delete;
67 class LatencyTestContext : public TestContext {
75 : TestContext(perfMode, testFrameCount, channelCount, samplingRateHz), in LatencyTestContext()
94 class GlitchTestContext : public TestContext {
102 : TestContext(perfMode, testFrameCount, channelCount, samplingRateHz), in GlitchTestContext()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp178 …AtomicCounterBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, glw::G…
211 tcu::TestContext& m_testCtx;
238 …BufferTextureStorageTestCase(const glw::Functions& gl, deqp::Context& context, tcu::TestContext& t…
269 tcu::TestContext& m_testCtx;
289 …ClearOpsBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, glw::GLint …
312 tcu::TestContext& m_testCtx;
348 …CopyOpsBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext, glw::GLint p…
404 tcu::TestContext& m_testCtx;
426 IndirectDispatchBufferStorageTestCase(const glw::Functions& gl, tcu::TestContext& testContext,
454 tcu::TestContext& m_testCtx;
[all …]
Dgl4cTestPackages.hpp36 GL40TestPackage(tcu::TestContext& testCtx, const char* packageName,
48 GL41TestPackage(tcu::TestContext& testCtx, const char* packageName,
60 GL42TestPackage(tcu::TestContext& testCtx, const char* packageName,
72 GL43TestPackage(tcu::TestContext& testCtx, const char* packageName,
84 GL44TestPackage(tcu::TestContext& testCtx, const char* packageName,
96 GL45TestPackage(tcu::TestContext& testCtx, const char* packageName,
108 GL46TestPackage(tcu::TestContext& testCtx, const char* packageName,
/external/deqp/modules/gles2/functional/
Des2fBooleanStateQueryTests.cpp53 …virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) …
54 …virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool re…
55 …virtual void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) = …
82 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
83 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, b…
84 void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name);
92 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean()
107 void IsEnabledVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bo… in verifyBoolean4()
118 void IsEnabledVerifier::verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) in verifyBooleanAnything()
130 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
[all …]
Des2fFloatStateQueryTests.cpp77 …virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) …
80 …virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) …
81 …virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, …
82 …virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GL…
85 …virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat ma…
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 r…
116 …void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat ref…
117 void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat max);
[all …]
Des2fFboApiTest.cpp59 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment()
64 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError()
73 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum… in checkEitherError()
129 static void checkFboAttachmentParam (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum attachme… in checkFboAttachmentParam()
148 static void notSupportedTest (tcu::TestContext& testCtx, sglr::Context& context) in notSupportedTest()
155 static void textureLevelsTest (tcu::TestContext& testCtx, sglr::Context& context) in textureLevelsTest()
175 static void textureLevelsWithRenderToMipmapTest (tcu::TestContext& testCtx, sglr::Context& context) in textureLevelsWithRenderToMipmapTest()
195 static void validTex2DAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validTex2DAttachmentsTest()
215 static void validTexCubeAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validTexCubeAttachmentsTest()
248 static void validRboAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validRboAttachmentsTest()
[all …]
Des2fTextureCompletenessTests.cpp125 …Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name,…
133 tcu::TestContext& m_testCtx;
138 Tex2DCompletenessCase::Tex2DCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& render… in Tex2DCompletenessCase()
182 …TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* na…
190 tcu::TestContext& m_testCtx;
195 TexCubeCompletenessCase::TexCubeCompletenessCase (tcu::TestContext& testCtx, glu::RenderContext& re… in TexCubeCompletenessCase()
248 …Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, …
260 Incomplete2DSizeCase::Incomplete2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCt… in Incomplete2DSizeCase()
322 …Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name…
334 Incomplete2DFormatCase::Incomplete2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& rend… in Incomplete2DFormatCase()
[all …]
/external/deqp/framework/common/
DtcuTestContext.hpp48 class TestContext class
51TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine,…
52 ~TestContext (void) {} in ~TestContext()
74 TestContext (const TestContext&);
75 TestContext& operator= (const TestContext&);
DtcuTestCase.hpp107 …TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
108 …TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description,…
112 TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext()
123 TestContext& m_testCtx;
144 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
145 …TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<…
174 TestCase (TestContext& testCtx, const char* name, const char* description);
175 …TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description…
DtcuTestPackage.hpp72 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);
DtcuTestCase.cpp46 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode()
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode()
113 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description) in TestCaseGroup()
118 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, cons… in TestCaseGroup()
135 TestCase::TestCase (TestContext& testCtx, const char* name, const char* description) in TestCase()
140 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestCase()
DtcuTestContext.cpp31 TestContext::TestContext ( in TestContext() function in tcu::TestContext
49 void TestContext::touchWatchdog (void) in touchWatchdog()
55 void TestContext::setTestResult (qpTestResult testResult, const char* description) in setTestResult()
/external/deqp/modules/gles3/functional/
Des3fFloatStateQueryTests.cpp77 …virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) …
80 …virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) …
81 …virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, …
82 …virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GL…
85 …virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat ma…
86 …virtual void verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat referenc…
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 r…
117 …void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat ref…
[all …]
Des3fFboApiTests.cpp54 static void logComment (tcu::TestContext& testCtx, const char* comment) in logComment()
59 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) in checkError()
68 static void checkEitherError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expectA, GLenum… in checkEitherError()
124 static void checkFboAttachmentParam (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum attachme… in checkFboAttachmentParam()
143 static void textureLevelsTest (tcu::TestContext& testCtx, sglr::Context& context) in textureLevelsTest()
170 static void validTex2DAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validTex2DAttachmentsTest()
190 static void validTexCubeAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validTexCubeAttachmentsTest()
223 static void validRboAttachmentsTest (tcu::TestContext& testCtx, sglr::Context& context) in validRboAttachmentsTest()
244 static void attachToDefaultFramebufferTest (tcu::TestContext& testCtx, sglr::Context& context) in attachToDefaultFramebufferTest()
261 static void invalidTex2DAttachmentTest (tcu::TestContext& testCtx, sglr::Context& context) in invalidTex2DAttachmentTest()
[all …]
Des3fBooleanStateQueryTests.cpp53 …virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) …
54 …virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool re…
81 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
82 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1,…
90 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean()
105 void IsEnabledVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bo… in verifyBoolean4()
122 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
123 …void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1,…
131 void GetBooleanVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean()
151 void GetBooleanVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, b… in verifyBoolean4()
[all …]
Des3fIntegerStateQueryTests.cpp71 …virtual void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) …
72 …virtual void verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GLint…
73 …virtual void verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0, bo…
74 …virtual void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint referen…
75 …virtual void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint …
76 …virtual void verifyIntegerLessOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference)…
77 …virtual void verifyIntegerGreaterOrEqual2 (tcu::TestContext& testCtx, GLenum name, GLint referen…
78 …virtual void verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint referenc…
79 …virtual void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)…
107 void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference);
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp57 Context (tcu::TestContext& testCtx,
62 tcu::TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext()
115 tcu::TestContext& m_testCtx;
138 … TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description);
139 …TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::…
165 inline TestCase::TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& d… in TestCase()
170 inline TestCase::TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& na… in TestCase()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dutil_test.cc33 struct TestContext : public TfLiteContext { struct
39 TestContext* c = static_cast<TestContext*>(context); in ReportError()
53 TestContext* c = static_cast<TestContext*>(context); in ResizeTensor()
63 TestContext context; in TEST()
76 TestContext context; in TEST()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.hpp36 tcu::TestCaseGroup* createImageStoreTests (tcu::TestContext& testCtx);
37 tcu::TestCaseGroup* createImageLoadStoreTests (tcu::TestContext& testCtx);
38 tcu::TestCaseGroup* createImageFormatReinterpretTests (tcu::TestContext& testCtx);
40 de::MovePtr<TestCase> createImageQualifierRestrictCase (tcu::TestContext& testCtx, const ImageType …
/external/deqp/execserver/tools/
DxsTest.cpp165 class TestContext class
168 TestContext (void) : startServer(false) {} in TestContext() function in xs::TestContext
180 TestContext (const TestContext& other);
181 TestContext& operator= (const TestContext& other);
187 TestCase (TestContext& testCtx, const char* name) : m_testCtx(testCtx), m_name(name) {} in TestCase()
196 TestContext& m_testCtx;
203 TestExecutor (TestContext& testCtx);
210 TestContext& m_testCtx;
213 TestExecutor::TestExecutor (TestContext& testCtx) in TestExecutor()
339 ConnectTest (TestContext& testCtx) in ConnectTest()
[all …]
/external/deqp/modules/internal/
DditDelibsTests.cpp75 DepoolTests (tcu::TestContext& testCtx) in DepoolTests()
100 …GetUint32Case (tcu::TestContext& testCtx, const char* name, const char* description, GetUint32Func… in GetUint32Case()
120 DethreadTests (tcu::TestContext& testCtx) in DethreadTests()
141 DeutilTests (tcu::TestContext& testCtx) in DeutilTests()
156 DebaseTests (tcu::TestContext& testCtx) in DebaseTests()
174 DecppTests (tcu::TestContext& testCtx) in DecppTests()
198 DelibsTests::DelibsTests (tcu::TestContext& testCtx) in DelibsTests()

12345678910>>...33