Home
last modified time | relevance | path

Searched refs:TestGroupHelper2 (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestGroupUtil.hpp96 class TestGroupHelper2 : public tcu::TestCaseGroup class
102 TestGroupHelper2(tcu::TestContext& testCtx, in TestGroupHelper2() function in vkt::TestGroupHelper2
145 typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, in createTestGroup()
148 typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) in createTestGroup()
150 return new TestGroupHelper2<Arg0, Arg1>(testCtx, name, createChildren, arg0, arg1, cleanupGroup); in createTestGroup()
173 typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, in addTestGroup()
176 typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) in addTestGroup()
143 createTestGroup(tcu::TestContext& testCtx, const std::string& name, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
171 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestGroupUtil.hpp98 class TestGroupHelper2 : public tcu::TestCaseGroup class
104 TestGroupHelper2(tcu::TestContext& testCtx, in TestGroupHelper2() function in vkt::TestGroupHelper2
151 typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, in createTestGroup()
154 typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) in createTestGroup()
156 return new TestGroupHelper2<Arg0, Arg1>(testCtx, name, description, createChildren, arg0, arg1, cleanupGroup); in createTestGroup()
182 typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, in addTestGroup()
185 typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) in addTestGroup()
148 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
179 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument

Completed in 2 milliseconds