| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureTexelOffsetTests.cpp | 49 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i][0].c_str(), cases[i][1].c_str(), dataDir, fileName); in createTextureTexelOffsetTests() local
|
| H A D | vktTextureMultisampleTests.cpp | 58 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName, requirements); in createAtomicTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| H A D | vktTextureTexelOffsetTests.cpp | 49 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i][0].c_str(), cases[i][1].c_str(), dataDir, fileName); in createTextureTexelOffsetTests() local
|
| H A D | vktTextureMultisampleTests.cpp | 57 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName, requirements); in createAtomicTests() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
| H A D | TestUtils.java | 18 static void runTestCase(TestCase testCase) { in runTestCase() argument 22 static void runTestCase(Mf2FunctionRegistry customFunctionsRegistry, TestCase testCase) { in runTestCase() argument 52 reportCase(TestCase testCase) reportCase() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawDepthBiasTests.cpp | 65 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].testName.c_str(), dataDir, fileName, requirements); in createTests() local
|
| H A D | vktDrawOutputLocationTests.cpp | 97 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName); in createTests() local 119 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), dataDir, fileName); in createTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmPtrAccessChainTests.cpp | 55 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createTests() local
|
| H A D | vktSpvAsmSignedIntCompareTests.cpp | 61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests() local
|
| H A D | vktSpvAsmSignedOpTests.cpp | 76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests() local
|
| H A D | vktSpvAsmVectorShuffleTests.cpp | 54 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, data_dir, file, cases[i].requirements); in createTests() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawDepthBiasTests.cpp | 65 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].testName.c_str(), "", dataDir, fileName, requirements); in createTests() local
|
| H A D | vktDrawOutputLocationTests.cpp | 97 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName); in createTests() local 119 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, cases[i].c_str(), "", dataDir, fileName); in createTests() local
|
| H A D | vktDrawShaderInvocationTests.cpp | 59 cts_amber::AmberTestCase* testCase = cts_amber::createAmberTestCase(testCtx, "helper_invocation", "", dataDir, "helper_invocation.amber"); in createTests() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcConfigPackage.cpp | 54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() argument 59 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() argument 64 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate() argument
|
| H A D | glcTestCaseWrapper.cpp | 44 bool TestCaseWrapper::initTestCase(tcu::TestCase* testCase) in initTestCase() argument 105 bool TestCaseWrapper::deinitTestCase(tcu::TestCase* testCase) in deinitTestCase() argument 135 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase(tcu::TestCase* testCase) in iterateTestCase() argument
|
| /third_party/vk-gl-cts/modules/gles3/ |
| H A D | tes3TestCaseWrapper.hpp | 65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init() argument 74 void TestCaseWrapper<TEST_PACKAGE>::deinit (tcu::TestCase* testCase) in deinit() argument 83 tcu::TestNode::IterateResult TestCaseWrapper<TEST_PACKAGE>::iterate (tcu::TestCase* testCase) in iterate() argument
|
| /third_party/vk-gl-cts/modules/gles31/ |
| H A D | tes31TestCaseWrapper.hpp | 65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init() argument 74 void TestCaseWrapper<TEST_PACKAGE>::deinit (tcu::TestCase* testCase) in deinit() argument 83 tcu::TestNode::IterateResult TestCaseWrapper<TEST_PACKAGE>::iterate (tcu::TestCase* testCase) in iterate() argument
|
| /third_party/vk-gl-cts/modules/internal/ |
| H A D | ditTestPackage.cpp | 84 void init (tcu::TestCase* testCase, const std::string&) in init() argument 89 void deinit (tcu::TestCase* testCase) in deinit() argument 94 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) in iterate() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmPtrAccessChainTests.cpp | 55 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createTests() local
|
| H A D | vktSpvAsmSignedIntCompareTests.cpp | 61 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedIntCompareTests() local
|
| H A D | vktSpvAsmSignedOpTests.cpp | 76 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file); in createSignedOpTests() local
|
| H A D | vktSpvAsmVectorShuffleTests.cpp | 54 cts_amber::AmberTestCase *testCase = cts_amber::createAmberTestCase(testCtx, cases[i].basename, cases[i].description, data_dir, file, cases[i].requirements); in createTests() local
|
| /third_party/glslang/gtests/ |
| H A D | Config.FromFile.cpp | 52 TestCaseSpec testCase = GetParam(); in TEST_P() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglTestPackage.cpp | 162 void init (tcu::TestCase* testCase, const std::string&) in init() argument 167 void deinit (tcu::TestCase* testCase) in deinit() argument 172 tcu::TestNode::IterateResult iterate (tcu::TestCase* testCase) in iterate() argument
|