Home
last modified time | relevance | path

Searched refs:RandomShaderTests (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fRandomShaderTests.hpp36 class RandomShaderTests : public TestCaseGroup class
39 RandomShaderTests (Context& context);
40 ~RandomShaderTests (void);
45 RandomShaderTests (const RandomShaderTests& other);
46 RandomShaderTests& operator= (const RandomShaderTests& other);
Des3fRandomShaderTests.cpp346 RandomShaderTests::RandomShaderTests (Context& context) in RandomShaderTests() function in deqp::gles3::Functional::RandomShaderTests
351 RandomShaderTests::~RandomShaderTests (void) in ~RandomShaderTests()
360 void RandomShaderTests::init (void) in init()
Des3fFunctionalTests.cpp232 addChild(new RandomShaderTests (m_context)); in init()
/external/deqp/modules/gles2/functional/
Des2fRandomShaderTests.hpp36 class RandomShaderTests : public TestCaseGroup class
39 RandomShaderTests (Context& context);
40 ~RandomShaderTests (void);
45 RandomShaderTests (const RandomShaderTests& other);
46 RandomShaderTests& operator= (const RandomShaderTests& other);
Des2fRandomShaderTests.cpp344 RandomShaderTests::RandomShaderTests (Context& context) in RandomShaderTests() function in deqp::gles2::Functional::RandomShaderTests
349 RandomShaderTests::~RandomShaderTests (void) in ~RandomShaderTests()
358 void RandomShaderTests::init (void) in init()
Des2fFunctionalTests.cpp158 addChild(new RandomShaderTests(m_context)); in init()