Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fDitheringTests.hpp36 class DitheringTests : public TestCaseGroup class
39 DitheringTests (Context& context);
40 ~DitheringTests (void);
45 DitheringTests (const DitheringTests& other);
46 DitheringTests& operator= (const DitheringTests& other);
Des3fDitheringTests.cpp503 DitheringTests::DitheringTests (Context& context) in DitheringTests() function in deqp::gles3::Functional::DitheringTests
508 DitheringTests::~DitheringTests (void) in ~DitheringTests()
512 void DitheringTests::init (void) in init()
Des3fFunctionalTests.cpp403 addChild(new DitheringTests (m_context)); in init()
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.hpp36 class DitheringTests : public TestCaseGroup class
39 DitheringTests (Context& context);
40 ~DitheringTests (void);
45 DitheringTests (const DitheringTests& other);
46 DitheringTests& operator= (const DitheringTests& other);
Des2fDitheringTests.cpp505 DitheringTests::DitheringTests (Context& context) in DitheringTests() function in deqp::gles2::Functional::DitheringTests
510 DitheringTests::~DitheringTests (void) in ~DitheringTests()
514 void DitheringTests::init (void) in init()
Des2fFunctionalTests.cpp328 addChild(new DitheringTests (m_context)); in init()