Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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);
H A 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()
H A Des3fFunctionalTests.cpp235 addChild(new RandomShaderTests (m_context)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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);
H A 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()
H A Des2fFunctionalTests.cpp160 addChild(new RandomShaderTests(m_context)); in init()

Completed in 4 milliseconds