Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.hpp36 class RandomFragmentOpTests : public TestCaseGroup class
39 RandomFragmentOpTests (Context& context);
40 ~RandomFragmentOpTests (void);
45 RandomFragmentOpTests (const RandomFragmentOpTests& other);
46 RandomFragmentOpTests& operator= (const RandomFragmentOpTests& other);
H A Des3fRandomFragmentOpTests.cpp426 RandomFragmentOpTests::RandomFragmentOpTests (Context& context) in RandomFragmentOpTests() function in deqp::gles3::RandomFragmentOpTests
431 RandomFragmentOpTests::~RandomFragmentOpTests (void) in ~RandomFragmentOpTests()
435 void RandomFragmentOpTests::init (void) in init()
H A Des3fFunctionalTests.cpp339 addChild(new RandomFragmentOpTests (m_context)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.hpp36 class RandomFragmentOpTests : public TestCaseGroup class
39 RandomFragmentOpTests (Context& context);
40 ~RandomFragmentOpTests (void);
45 RandomFragmentOpTests (const RandomFragmentOpTests& other);
46 RandomFragmentOpTests& operator= (const RandomFragmentOpTests& other);
H A Des2fRandomFragmentOpTests.cpp426 RandomFragmentOpTests::RandomFragmentOpTests (Context& context) in RandomFragmentOpTests() function in deqp::gles2::RandomFragmentOpTests
431 RandomFragmentOpTests::~RandomFragmentOpTests (void) in ~RandomFragmentOpTests()
435 void RandomFragmentOpTests::init (void) in init()
H A Des2fFunctionalTests.cpp274 addChild(new RandomFragmentOpTests (m_context)); in init()

Completed in 3 milliseconds