Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
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);
Des2fRandomFragmentOpTests.cpp427 RandomFragmentOpTests::RandomFragmentOpTests(Context &context) in RandomFragmentOpTests() function in deqp::gles2::Functional::RandomFragmentOpTests
432 RandomFragmentOpTests::~RandomFragmentOpTests(void) in ~RandomFragmentOpTests()
436 void RandomFragmentOpTests::init(void) in init()
Des2fFunctionalTests.cpp267 addChild(new RandomFragmentOpTests(m_context)); in init()
/external/deqp/modules/gles3/functional/
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);
Des3fRandomFragmentOpTests.cpp427 RandomFragmentOpTests::RandomFragmentOpTests(Context &context) in RandomFragmentOpTests() function in deqp::gles3::Functional::RandomFragmentOpTests
432 RandomFragmentOpTests::~RandomFragmentOpTests(void) in ~RandomFragmentOpTests()
436 void RandomFragmentOpTests::init(void) in init()
Des3fFunctionalTests.cpp333 addChild(new RandomFragmentOpTests(m_context)); in init()