Home
last modified time | relevance | path

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

12345678910>>...45

/external/deqp/external/openglcts/modules/
DglcTestPackageRegistry.cpp78 static tcu::TestPackage* createConfigPackage(tcu::TestContext& testCtx) in createConfigPackage()
83 static tcu::TestPackage* createES2Package(tcu::TestContext& testCtx) in createES2Package()
89 static tcu::TestPackage* createdEQPEGLPackage(tcu::TestContext& testCtx) in createdEQPEGLPackage()
96 static tcu::TestPackage* createdEQPES2Package(tcu::TestContext& testCtx) in createdEQPES2Package()
103 static tcu::TestPackage* createES2GTFPackage(tcu::TestContext& testCtx) in createES2GTFPackage()
109 static tcu::TestPackage* createES30Package(tcu::TestContext& testCtx) in createES30Package()
115 static tcu::TestPackage* createdEQPES30Package(tcu::TestContext& testCtx) in createdEQPES30Package()
122 static tcu::TestPackage* createES30GTFPackage(tcu::TestContext& testCtx) in createES30GTFPackage()
129 static tcu::TestPackage* createdEQPES31Package(tcu::TestContext& testCtx) in createdEQPES31Package()
133 static tcu::TestPackage* createdEQPGL45Package(tcu::TestContext& testCtx) in createdEQPGL45Package()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp48 struct TestContext struct
73 void TestContext::texParameteri(GLuint texId, GLenum target, GLenum pname, GLint parameter) in texParameteri()
81 void TestContext::bindTexture(GLenum target, GLuint texId) in bindTexture()
87 void TestContext::texImage2D(GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsi… in texImage2D()
94 void TestContext::texImage2D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsiz… in texImage2D()
102 void TestContext::texImage3D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsiz… in texImage3D()
111 void TestContext::renderbufferStorage(GLuint rboId, GLenum target, GLenum internalFormat, GLsizei w… in renderbufferStorage()
121 void TestContext::renderbufferStorageMultisample(GLuint rboId, GLenum target, GLsizei samples, GLen… in renderbufferStorageMultisample()
132 void TestContext::bindFramebuffer(GLenum target, GLuint fboId) in bindFramebuffer()
138 void TestContext::framebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint t… in framebufferTexture2D()
[all …]
/external/skia/tools/gpu/
DTestContext.cpp17 TestContext::TestContext() : fGpuTimer(nullptr) {} in TestContext() function in sk_gpu_test::TestContext
19 TestContext::~TestContext() { in ~TestContext()
24 sk_sp<GrDirectContext> TestContext::makeContext(const GrContextOptions&) { in makeContext()
28 void TestContext::makeNotCurrent() const { this->onPlatformMakeNotCurrent(); } in makeNotCurrent()
29 void TestContext::makeCurrent() const { this->onPlatformMakeCurrent(); } in makeCurrent()
31 SkScopeExit TestContext::makeCurrentAndAutoRestore() const { in makeCurrentAndAutoRestore()
37 void TestContext::flushAndWaitOnSync(GrDirectContext* context) { in flushAndWaitOnSync()
61 void TestContext::testAbandon() { in testAbandon()
64 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/framework/common/
DtcuTestContext.cpp31 TestContext::TestContext ( in TestContext() function in tcu::TestContext
49 void TestContext::writeSessionInfo(void) in writeSessionInfo()
55 void TestContext::touchWatchdog (void) in touchWatchdog()
61 void TestContext::touchWatchdogAndDisableIntervalTimeLimit (void) in touchWatchdogAndDisableIntervalTimeLimit()
67 void TestContext::touchWatchdogAndEnableIntervalTimeLimit (void) in touchWatchdogAndEnableIntervalTimeLimit()
73 void TestContext::setTestResult (qpTestResult testResult, const char* description) in setTestResult()
DtcuTestContext.hpp48 class TestContext class
51TestContext (Platform& platform, Archive& rootArchive, TestLog& log, const CommandLine& cmdLine,…
52 ~TestContext (void) {} in ~TestContext()
78 TestContext (const TestContext&);
79 TestContext& operator= (const TestContext&);
DtcuTestCase.hpp114 …TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description);
115 …TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* description,…
119 TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext()
131 TestContext& m_testCtx;
152 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
153 …TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<…
182 TestCase (TestContext& testCtx, const char* name, const char* description);
183 …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()
/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 …]
/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);
39 tcu::TestCaseGroup* createImageExtendOperandsTests (tcu::TestContext& testCtx);
40 tcu::TestCaseGroup* createImageLoadStoreLodAMDTests (tcu::TestContext& testCtx);
42 de::MovePtr<TestCase> createImageQualifierRestrictCase (tcu::TestContext& testCtx, const ImageType …
/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 …]
/external/angle/src/tests/deqp_support/
DglcTestPackageEntry_override.cpp37 static tcu::TestPackage *createES2Package(tcu::TestContext &testCtx) in createES2Package()
42 static tcu::TestPackage *createES30Package(tcu::TestContext &testCtx) in createES30Package()
47 static tcu::TestPackage *createES31Package(tcu::TestContext &testCtx) in createES31Package()
51 static tcu::TestPackage *createESEXTPackage(tcu::TestContext &testCtx) in createESEXTPackage()
56 static tcu::TestPackage *createES32Package(tcu::TestContext &testCtx) in createES32Package()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp58 Context (tcu::TestContext& testCtx,
63 tcu::TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext()
117 tcu::TestContext& m_testCtx;
136 … TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description);
137 …TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::…
164 inline TestCase::TestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& d… in TestCase()
169 inline TestCase::TestCase (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& na… in TestCase()
/external/skia/tools/gpu/mock/
DMockTestContext.cpp17 class MockTestContext : public sk_gpu_test::TestContext {
38 using INHERITED = sk_gpu_test::TestContext;
45 TestContext* CreateMockTestContext(TestContext*) { return new MockTestContext(); } in CreateMockTestContext() argument
/external/skqp/tools/gpu/mock/
DMockTestContext.cpp17 class MockTestContext : public sk_gpu_test::TestContext {
39 typedef sk_gpu_test::TestContext INHERITED;
46 TestContext* CreateMockTestContext(TestContext*) { return new MockTestContext(); } in CreateMockTestContext() argument
/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>>...45