Searched refs:RandomShaderTests (Results 1 – 6 of 6) sorted by relevance
36 class RandomShaderTests : public TestCaseGroup class39 RandomShaderTests (Context& context);40 ~RandomShaderTests (void);45 RandomShaderTests (const RandomShaderTests& other);46 RandomShaderTests& operator= (const RandomShaderTests& other);
346 RandomShaderTests::RandomShaderTests (Context& context) in RandomShaderTests() function in deqp::gles3::Functional::RandomShaderTests351 RandomShaderTests::~RandomShaderTests (void) in ~RandomShaderTests()360 void RandomShaderTests::init (void) in init()
232 addChild(new RandomShaderTests (m_context)); in init()
344 RandomShaderTests::RandomShaderTests (Context& context) in RandomShaderTests() function in deqp::gles2::Functional::RandomShaderTests349 RandomShaderTests::~RandomShaderTests (void) in ~RandomShaderTests()358 void RandomShaderTests::init (void) in init()
158 addChild(new RandomShaderTests(m_context)); in init()