Home
last modified time | relevance | path

Searched refs:RobustnessTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcRobustnessTests.hpp44 class RobustnessTests : public tcu::TestCaseGroup class
47 RobustnessTests(tcu::TestContext& testCtx, glu::ApiType apiType);
48 virtual ~RobustnessTests(void) in ~RobustnessTests()
55 RobustnessTests(const RobustnessTests& other);
56 RobustnessTests& operator=(const RobustnessTests& other);
DglcNoDefaultContextPackage.cpp104 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()
DglcRobustnessTests.cpp633 RobustnessTests::RobustnessTests(tcu::TestContext& testCtx, glu::ApiType apiType) in RobustnessTests() function in glcts::RobustnessTests
640 void RobustnessTests::init(void) in init()