Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 25 of 189) sorted by relevance

12345678

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.hpp116 struct testCase struct in gl4cts::CopyImage::FunctionalTest
118 targetDesc m_dst;
119 glw::GLuint m_dst_x;
120 glw::GLuint m_dst_y;
121 targetDesc m_src;
122 glw::GLuint m_src_x;
123 glw::GLuint m_src_y;
124 glw::GLuint m_width;
125 glw::GLuint m_height;
209 struct testCase struct in gl4cts::CopyImage::SmokeTest
[all …]
Dgl4cEnhancedLayoutsTests.hpp1367 struct testCase struct in gl4cts::EnhancedLayouts::GLSLContantImmutablityTest
1369 CONSTANTS m_constant;
1370 Utils::Shader::STAGES m_stage;
1567 struct testCase struct in gl4cts::EnhancedLayouts::UniformBlockLayoutQualifierConflictTest
1569 QUALIFIERS m_qualifier;
1570 Utils::Shader::STAGES m_stage;
1626 struct testCase struct in gl4cts::EnhancedLayouts::UniformBlockMemberInvalidOffsetAlignmentTest
1628 glw::GLuint m_offset;
1629 bool m_should_fail;
1630 Utils::Shader::STAGES m_stage;
[all …]
Dgl3cGPUShader5Tests.hpp159 struct testCase struct in gl3cts::GPUShader5ImplicitConversionsTest
161 const glw::GLchar* m_destination_type;
162 bool m_is_white_expected;
163 const glw::GLchar* m_source_type;
164 Utils::_variable_type m_source_variable_type;
165 const void* m_u1_data;
166 const void* m_u2_data;
294 struct testCase struct in gl3cts::GPUShader5FloatEncodingTest
296 const valueInfo m_expected_value;
297 const valueInfo m_value;
[all …]
Dgl3cTextureSwizzleTests.hpp206 struct testCase struct in gl3cts::TextureSwizzle::SmokeTest
208 size_t m_channel_index;
209 size_t m_source_texture_format_index;
210 size_t m_source_texture_target_index;
211 size_t m_texture_access_index;
212 glw::GLint m_texture_swizzle_red;
213 glw::GLint m_texture_swizzle_green;
214 glw::GLint m_texture_swizzle_blue;
215 glw::GLint m_texture_swizzle_alpha;
216 glw::GLint m_texture_sizes[4];
Dgl4cBufferStorageTests.hpp113 struct testCase struct in gl4cts::BufferStorage::GetBufferParameterTest
117 glw::GLenum m_flags;
118 glw::GLenum m_access;
215 struct testCase struct in gl4cts::BufferStorage::MapPersistentBufferSubDataTest
217 glw::GLintptr m_offset;
218 glw::GLsizeiptr m_size;
219 bool m_cross_mapped_region;
/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go86 type testCase struct { struct
87 digest []byte
88 key []byte
89 nonce []byte
90 input []byte
91 ad []byte
92 ciphertext []byte
93 tag []byte
94 tag_len int
95 noSeal bool
[all …]
/external/boringssl/src/ssl/test/runner/
Drunner.go560 type testCase struct { struct
561 testType testType
562 protocol protocol
563 name string
564 config Config
565 shouldFail bool
566 expectedError string
569 expectedLocalError string
572 expectations connectionExpectations
575 resumeExpectations *connectionExpectations
[all …]
/external/compiler-rt/test/builtins/Unit/ppc/
Dfloatditf_test.h1 struct testCase { struct
7 struct testCase tests[] = { argument
Dfloatunditf_test.h1 struct testCase { struct
7 struct testCase tests[] = { argument
/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.h93 struct testCase struct
105 extern std::vector<testCase*> allTestCase; argument
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp103 TestCase* const testCase = static_cast<TestCase*>(curNode); in iterate() local
138 TestCase* const testCase = static_cast<TestCase*>(m_iterator.getNode()); in iterate() local
192 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath) in enterTestCase()
238 void TestSessionExecutor::leaveTestCase (TestCase* testCase) in leaveTestCase()
293 TestCase::IterateResult TestSessionExecutor::iterateTestCase (TestCase* testCase) in iterateTestCase()
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp1446 Strcoll *testCase = new Strcoll(coll, getData16(status), TRUE /* useLen */); in TestStrcoll() local
1457 Strcoll *testCase = new Strcoll(coll, getData16(status), FALSE /* useLen */); in TestStrcollNull() local
1468 …Strcoll_2 *testCase = new Strcoll_2(coll, getData16(status), getModData16(status), TRUE /* useLen … in TestStrcollSimilar() local
1479 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status), TRUE /* useLen */); in TestStrcollUTF8() local
1490 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status),FALSE /* useLen */); in TestStrcollUTF8Null() local
1501 …StrcollUTF8_2 *testCase = new StrcollUTF8_2(coll, getData8(status), getModData8(status), TRUE /* u… in TestStrcollUTF8Similar() local
1512 GetSortKey *testCase = new GetSortKey(coll, getData16(status), TRUE /* useLen */); in TestGetSortKey() local
1523 GetSortKey *testCase = new GetSortKey(coll, getData16(status), FALSE /* useLen */); in TestGetSortKeyNull() local
1534 NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */); in TestNextSortKeyPart_4All() local
1545 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */, 4 /* max… in TestNextSortKeyPart_4x4() local
[all …]
/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp41 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe()
45 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest()
63 for (auto const& testCase : testCases) { in filterTests() local
75 void TestRegistry::registerTest( TestCase const& testCase ) { in registerTest()
/external/deqp/modules/gles31/
Dtes31TestCaseWrapper.hpp65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init()
74 void TestCaseWrapper<TEST_PACKAGE>::deinit (tcu::TestCase* testCase) in deinit()
83 tcu::TestNode::IterateResult TestCaseWrapper<TEST_PACKAGE>::iterate (tcu::TestCase* testCase) in iterate()
/external/deqp/external/openglcts/modules/common/
DglcConfigPackage.cpp54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init()
59 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
64 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
DglcTestCaseWrapper.cpp44 bool TestCaseWrapper::initTestCase(tcu::TestCase* testCase) in initTestCase()
105 bool TestCaseWrapper::deinitTestCase(tcu::TestCase* testCase) in deinitTestCase()
135 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase(tcu::TestCase* testCase) in iterateTestCase()
DglcNoDefaultContextPackage.cpp56 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init()
61 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
66 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DInteropTask.java41 private final String testCase; field in InteropTask
48 String testCase) { in InteropTask()
82 private void runTest(String testCase) throws Exception { in runTest()
/external/deqp/modules/internal/
DditTestPackage.cpp84 void init (tcu::TestCase* testCase, const std::string&) in init()
89 void deinit (tcu::TestCase* testCase) in deinit()
94 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) in iterate()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp89 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
97 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
104 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp68 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
78 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
85 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp83 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
93 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
100 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/external/deqp/external/openglcts/modules/gles2/
Des2cTestPackage.cpp66 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
76 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
83 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp69 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string& path) in init()
77 void TestCaseWrapper::deinit (tcu::TestCase* testCase) in deinit()
85 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) in iterate()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp105 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
115 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
122 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()

12345678