Searched refs:DrawTests (Results 1 - 18 of 18) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.hpp36 class DrawTests : public TestCaseGroup class in namespace:deqp::gles2::Functional
39 DrawTests (Context& context);
40 ~DrawTests (void);
45 DrawTests (const DrawTests& other);
46 DrawTests& operator= (const DrawTests& other);
H A Des2fDrawTests.cpp691 DrawTests::DrawTests (Context& context) function in class:deqp::gles2::Functional::DrawTests
696 DrawTests::~DrawTests (void)
700 void DrawTests::init (void)
H A Des2fFunctionalTests.cpp332 addChild(new DrawTests (m_context));
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.hpp36 class DrawTests : public TestCaseGroup class in namespace:deqp::gles2::Stress
39 DrawTests (Context& context);
40 ~DrawTests (void);
45 DrawTests (const DrawTests& other);
46 DrawTests& operator= (const DrawTests& other);
H A Des2sStressTests.cpp53 addChild(new DrawTests (m_context));
H A Des2sDrawTests.cpp405 DrawTests::DrawTests (Context& context) function in class:deqp::gles2::Stress::DrawTests
410 DrawTests::~DrawTests (void)
414 void DrawTests::init (void)
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.hpp36 class DrawTests : public TestCaseGroup class in namespace:deqp::gles3::Functional
39 DrawTests (Context& context);
40 ~DrawTests (void);
45 DrawTests (const DrawTests& other);
46 DrawTests& operator= (const DrawTests& other);
H A Des3fFunctionalTests.cpp405 addChild(new DrawTests (m_context));
H A Des3fDrawTests.cpp1128 DrawTests::DrawTests (Context& context) function in class:deqp::gles3::Functional::DrawTests
1133 DrawTests::~DrawTests (void)
1137 void DrawTests::init (void)
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.hpp36 class DrawTests : public TestCaseGroup class in namespace:deqp::gles3::Stress
39 DrawTests (Context& testCtx);
40 ~DrawTests (void);
45 DrawTests (const DrawTests& other);
46 DrawTests& operator= (const DrawTests& other);
H A Des3sStressTests.cpp59 addChild(new DrawTests (m_context));
H A Des3sDrawTests.cpp618 DrawTests::DrawTests (Context& context) function in class:deqp::gles3::Stress::DrawTests
623 DrawTests::~DrawTests (void)
627 void DrawTests::init (void)
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.hpp36 class DrawTests : public TestCaseGroup class in namespace:deqp::gles31::Functional
39 DrawTests (Context& context);
40 ~DrawTests (void);
45 DrawTests (const DrawTests& other);
46 DrawTests& operator= (const DrawTests& other);
H A Des31fFunctionalTests.cpp327 addChild(new DrawTests (m_context));
H A Des31fDrawTests.cpp2751 DrawTests::DrawTests (Context& context)
2756 DrawTests::~DrawTests (void)
2760 void DrawTests::init (void)
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.hpp36 class DrawTests : public TestCaseGroup class in namespace:deqp::gles31::Stress
39 DrawTests (Context& context);
40 ~DrawTests (void);
45 DrawTests (const DrawTests& other);
46 DrawTests& operator= (const DrawTests& other);
H A Des31sStressTests.cpp48 addChild(new DrawTests (m_context));
H A Des31sDrawTests.cpp552 DrawTests::DrawTests (Context& context)
557 DrawTests::~DrawTests (void)
561 void DrawTests::init (void)

Completed in 195 milliseconds