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

/external/deqp/modules/gles2/functional/
H A Des2fDitheringTests.hpp36 class DitheringTests : public TestCaseGroup class in namespace:deqp::gles2::Functional
39 DitheringTests (Context& context);
40 ~DitheringTests (void);
45 DitheringTests (const DitheringTests& other);
46 DitheringTests& operator= (const DitheringTests& other);
H A Des2fDitheringTests.cpp496 DitheringTests::DitheringTests (Context& context)
501 DitheringTests::~DitheringTests (void)
505 void DitheringTests::init (void)
H A Des2fFunctionalTests.cpp327 addChild(new DitheringTests (m_context));
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.hpp36 class DitheringTests : public TestCaseGroup class in namespace:deqp::gles3::Functional
39 DitheringTests (Context& context);
40 ~DitheringTests (void);
45 DitheringTests (const DitheringTests& other);
46 DitheringTests& operator= (const DitheringTests& other);
H A Des3fDitheringTests.cpp496 DitheringTests::DitheringTests (Context& context)
501 DitheringTests::~DitheringTests (void)
505 void DitheringTests::init (void)
H A Des3fFunctionalTests.cpp399 addChild(new DitheringTests (m_context));

Completed in 1433 milliseconds