Searched refs:RobustnessTests (Results 1 – 3 of 3) sorted by relevance
44 class RobustnessTests : public tcu::TestCaseGroup class47 RobustnessTests(tcu::TestContext& testCtx, glu::ApiType apiType);48 virtual ~RobustnessTests(void) in ~RobustnessTests()55 RobustnessTests(const RobustnessTests& other);56 RobustnessTests& operator=(const RobustnessTests& other);
104 gl45Group->addChild(new glcts::RobustnessTests(getTestContext(), glu::ApiType::core(4, 5))); in init()113 es32Group->addChild(new glcts::RobustnessTests(getTestContext(), glu::ApiType::es(3, 2))); in init()
633 RobustnessTests::RobustnessTests(tcu::TestContext& testCtx, glu::ApiType apiType) in RobustnessTests() function in glcts::RobustnessTests640 void RobustnessTests::init(void) in init()