Lines Matching defs:testCtx
75 DepoolTests (tcu::TestContext& testCtx)
76 : tcu::TestCaseGroup(testCtx, "depool", "depool self-tests")
100 GetUint32Case (tcu::TestContext& testCtx, const char* name, const char* description, GetUint32Func func)
101 : tcu::TestCase (testCtx, name, description)
122 DethreadTests (tcu::TestContext& testCtx)
123 : tcu::TestCaseGroup(testCtx, "dethread", "dethread self-tests")
143 DeutilTests (tcu::TestContext& testCtx)
144 : tcu::TestCaseGroup(testCtx, "deutil", "deutil self-tests")
158 DebaseTests (tcu::TestContext& testCtx)
159 : tcu::TestCaseGroup(testCtx, "debase", "debase self-tests")
176 DecppTests (tcu::TestContext& testCtx)
177 : tcu::TestCaseGroup(testCtx, "decpp", "decpp self-tests")
200 DelibsTests::DelibsTests (tcu::TestContext& testCtx)
201 : tcu::TestCaseGroup(testCtx, "delibs", "delibs Tests")