Home
last modified time | relevance | path

Searched refs:StressTests (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles31/stress/
Des31sStressTests.hpp36 class StressTests : public TestCaseGroup class
39 StressTests (Context& context);
40 ~StressTests (void);
45 StressTests (const StressTests& other);
46 StressTests& operator= (const StressTests& other);
Des31sStressTests.cpp37 StressTests::StressTests (Context& context) in StressTests() function in deqp::gles31::Stress::StressTests
42 StressTests::~StressTests (void) in ~StressTests()
46 void StressTests::init (void) in init()
/external/deqp/modules/gles3/stress/
Des3sStressTests.hpp36 class StressTests : public TestCaseGroup class
39 StressTests (Context& context);
40 ~StressTests (void);
45 StressTests (const StressTests& other);
46 StressTests& operator= (const StressTests& other);
Des3sStressTests.cpp43 StressTests::StressTests (Context& context) in StressTests() function in deqp::gles3::Stress::StressTests
48 StressTests::~StressTests (void) in ~StressTests()
52 void StressTests::init (void) in init()
/external/deqp/modules/gles2/stress/
Des2sStressTests.hpp36 class StressTests : public TestCaseGroup class
39 StressTests (Context& context);
40 ~StressTests (void);
45 StressTests (const StressTests& other);
46 StressTests& operator= (const StressTests& other);
Des2sStressTests.cpp38 StressTests::StressTests (Context& context) in StressTests() function in deqp::gles2::Stress::StressTests
43 StressTests::~StressTests (void) in ~StressTests()
47 void StressTests::init (void) in init()
/external/deqp/modules/egl/
DteglTestPackage.cpp75 class StressTests : public TestCaseGroup class
78 StressTests (EglTestContext& eglTestCtx) in StressTests() function in deqp::egl::StressTests
207 addChild(new StressTests (*m_eglTestCtx)); in init()
/external/deqp/modules/gles31/
Dtes31TestPackage.cpp123 addChild(new Stress::StressTests (*m_context)); in init()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp141 addChild(new Stress::StressTests (*m_context)); in init()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp139 addChild(new Stress::StressTests (*m_context)); in init()