Home
last modified time | relevance | path

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

12345678910>>...47

/third_party/vk-gl-cts/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()
134 static tcu::TestPackage* createdEQPGL45Package(tcu::TestContext& testCtx) in createdEQPGL45Package()
[all …]
/third_party/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()
/third_party/flutter/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()
/third_party/vk-gl-cts/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 …]
DglcSingleConfigTestPackage.hpp37 SingleConfigGL43TestPackage(tcu::TestContext& testCtx, const char* packageName,
54 SingleConfigGL44TestPackage(tcu::TestContext& testCtx, const char* packageName,
69 SingleConfigGL45TestPackage(tcu::TestContext& testCtx, const char* packageName,
84 SingleConfigGL46TestPackage(tcu::TestContext& testCtx, const char* packageName,
99 SingleConfigES32TestPackage(tcu::TestContext& testCtx, const char* packageName,
/third_party/vk-gl-cts/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 …]
/third_party/vk-gl-cts/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* descriptio…
115 …TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* descriptio…
119 TestContext& getTestContext (void) const { return m_testCtx; } in getTestContext()
132 TestContext& m_testCtx;
153 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
154 …TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<…
183 TestCase (TestContext& testCtx, const char* name, const char* description);
184 …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()
/third_party/vk-gl-cts/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 GL42CompatTestPackage(tcu::TestContext& testCtx, const char* packageName,
88 GL43TestPackage(tcu::TestContext& testCtx, const char* packageName,
100 GL44TestPackage(tcu::TestContext& testCtx, const char* packageName,
112 GL45TestPackage(tcu::TestContext& testCtx, const char* packageName,
124 GL46TestPackage(tcu::TestContext& testCtx, const char* packageName,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmIntegerDotProductTests.hpp34 tcu::TestCaseGroup* createOpSDotKHRComputeGroup(tcu::TestContext& testCtx);
35 tcu::TestCaseGroup* createOpUDotKHRComputeGroup(tcu::TestContext& testCtx);
36 tcu::TestCaseGroup* createOpSUDotKHRComputeGroup(tcu::TestContext& testCtx);
37 tcu::TestCaseGroup* createOpSDotAccSatKHRComputeGroup(tcu::TestContext& testCtx);
38 tcu::TestCaseGroup* createOpUDotAccSatKHRComputeGroup(tcu::TestContext& testCtx);
39 tcu::TestCaseGroup* createOpSUDotAccSatKHRComputeGroup(tcu::TestContext& testCtx);
/third_party/vk-gl-cts/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 …]
/third_party/vk-gl-cts/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 …
/third_party/vk-gl-cts/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 …]
/third_party/skia/third_party/externals/angle2/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()
/third_party/flutter/skia/third_party/externals/angle2/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()
/third_party/vk-gl-cts/framework/platform/ohos/
Dtestmain.cpp43 static tcu::TestPackage *createES2Package(tcu::TestContext &testCtx) in createES2Package()
48 static tcu::TestPackage *createES32Package(tcu::TestContext &testCtx) in createES32Package()
52 static tcu::TestPackage* createES30Package(tcu::TestContext& testCtx) in createES30Package()
56 static tcu::TestPackage* createES31Package(tcu::TestContext& testCtx) in createES31Package()
61 static tcu::TestPackage* createdEQPES2Package(tcu::TestContext& testCtx) in createdEQPES2Package()
65 static tcu::TestPackage* createdEQPES30Package(tcu::TestContext& testCtx) in createdEQPES30Package()
69 static tcu::TestPackage* createdEQPES31Package(tcu::TestContext& testCtx) in createdEQPES31Package()
/third_party/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
/third_party/flutter/skia/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

12345678910>>...47