Home
last modified time | relevance | path

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

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