/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 116 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 …]
|
D | gl4cEnhancedLayoutsTests.hpp | 1367 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 …]
|
D | gl3cGPUShader5Tests.hpp | 159 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 …]
|
D | gl3cTextureSwizzleTests.hpp | 206 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];
|
D | gl4cBufferStorageTests.hpp | 113 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/ |
D | make_legacy_aead_tests.go | 86 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/ |
D | runner.go | 560 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/ |
D | floatditf_test.h | 1 struct testCase { struct 7 struct testCase tests[] = { argument
|
D | floatunditf_test.h | 1 struct testCase { struct 7 struct testCase tests[] = { argument
|
/external/OpenCL-CTS/test_conformance/printf/ |
D | test_printf.h | 93 struct testCase struct 105 extern std::vector<testCase*> allTestCase; argument
|
/external/deqp/framework/common/ |
D | tcuTestSessionExecutor.cpp | 103 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/ |
D | collperf2.cpp | 1446 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/ |
D | catch_test_case_registry_impl.cpp | 41 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/ |
D | tes31TestCaseWrapper.hpp | 65 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/ |
D | glcConfigPackage.cpp | 54 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()
|
D | glcTestCaseWrapper.cpp | 44 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()
|
D | glcNoDefaultContextPackage.cpp | 56 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/ |
D | InteropTask.java | 41 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/ |
D | ditTestPackage.cpp | 84 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/ |
D | es32cTestPackage.cpp | 89 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/ |
D | esextcTestPackage.cpp | 68 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/ |
D | es3cTestPackage.cpp | 83 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/ |
D | es2cTestPackage.cpp | 66 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/ |
D | tes3TestPackage.cpp | 69 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/ |
D | es31cTestPackage.cpp | 105 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()
|