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.cpp693 DrawTests::DrawTests (Context& context) function in class:deqp::gles2::Functional::DrawTests
698 DrawTests::~DrawTests (void)
702 void DrawTests::init (void)
H A Des2fFunctionalTests.cpp331 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.cpp416 DrawTests::DrawTests (Context& context) function in class:deqp::gles2::Stress::DrawTests
421 DrawTests::~DrawTests (void)
425 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.cpp403 addChild(new DrawTests (m_context));
H A Des3fDrawTests.cpp1125 DrawTests::DrawTests (Context& context) function in class:deqp::gles3::Functional::DrawTests
1130 DrawTests::~DrawTests (void)
1134 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.cpp632 DrawTests::DrawTests (Context& context) function in class:deqp::gles3::Stress::DrawTests
637 DrawTests::~DrawTests (void)
641 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.cpp288 addChild(new DrawTests (m_context));
H A Des31fDrawTests.cpp2753 DrawTests::DrawTests (Context& context)
2758 DrawTests::~DrawTests (void)
2762 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 2157 milliseconds