Home
last modified time | relevance | path

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

/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.cpp288 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/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);
Des2sStressTests.cpp53 addChild(new DrawTests (m_context)); in init()
Des2sDrawTests.cpp416 DrawTests::DrawTests (Context& context) in DrawTests() function in deqp::gles2::Stress::DrawTests
421 DrawTests::~DrawTests (void) in ~DrawTests()
425 void DrawTests::init (void) 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);
Des31sStressTests.cpp48 addChild(new DrawTests (m_context)); in init()
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()
/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.cpp632 DrawTests::DrawTests (Context& context) in DrawTests() function in deqp::gles3::Stress::DrawTests
637 DrawTests::~DrawTests (void) in ~DrawTests()
641 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.cpp1125 DrawTests::DrawTests (Context& context) in DrawTests() function in deqp::gles3::Functional::DrawTests
1130 DrawTests::~DrawTests (void) in ~DrawTests()
1134 void DrawTests::init (void) in init()
Des3fFunctionalTests.cpp403 addChild(new DrawTests (m_context)); 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.cpp693 DrawTests::DrawTests (Context& context) in DrawTests() function in deqp::gles2::Functional::DrawTests
698 DrawTests::~DrawTests (void) in ~DrawTests()
702 void DrawTests::init (void) in init()
Des2fFunctionalTests.cpp331 addChild(new DrawTests (m_context)); in init()