Searched defs:PerformanceTests (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pPerformanceTests.hpp36 class PerformanceTests : public TestCaseGroup class in namespace:deqp::gles2::Performance
39 PerformanceTests (Context& context);
40 ~PerformanceTests (void);
45 PerformanceTests (const PerformanceTests& other);
46 PerformanceTests& operator= (const PerformanceTests& other);
H A Des2pPerformanceTests.cpp102 // PerformanceTests
104 PerformanceTests::PerformanceTests (Context& context) function in class:deqp::gles2::Performance::PerformanceTests
109 PerformanceTests::~PerformanceTests (void)
113 void PerformanceTests::init (void)
/external/deqp/modules/gles3/performance/
H A Des3pPerformanceTests.hpp36 class PerformanceTests : public TestCaseGroup class in namespace:deqp::gles3::Performance
39 PerformanceTests (Context& context);
40 ~PerformanceTests (void);
45 PerformanceTests (const PerformanceTests& other);
46 PerformanceTests& operator= (const PerformanceTests& other);
H A Des3pPerformanceTests.cpp116 // PerformanceTests
118 PerformanceTests::PerformanceTests (Context& context) function in class:deqp::gles3::Performance::PerformanceTests
123 PerformanceTests::~PerformanceTests (void)
127 void PerformanceTests::init (void)
/external/deqp/modules/egl/
H A DteglTestPackage.cpp79 class PerformanceTests : public TestCaseGroup class in namespace:deqp::egl
82 PerformanceTests (EglTestContext& eglTestCtx) function in class:deqp::egl::PerformanceTests
186 addChild(new PerformanceTests (*m_eglTestCtx));

Completed in 102 milliseconds