Home
last modified time | relevance | path

Searched refs:PerformanceTests (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pPerformanceTests.hpp36 class PerformanceTests : public TestCaseGroup class
39 PerformanceTests (Context& context);
40 ~PerformanceTests (void);
45 PerformanceTests (const PerformanceTests& other);
46 PerformanceTests& operator= (const PerformanceTests& other);
Des2pPerformanceTests.cpp104 PerformanceTests::PerformanceTests (Context& context) in PerformanceTests() function in deqp::gles2::Performance::PerformanceTests
109 PerformanceTests::~PerformanceTests (void) in ~PerformanceTests()
113 void PerformanceTests::init (void) in init()
/external/deqp/modules/gles3/performance/
Des3pPerformanceTests.hpp36 class PerformanceTests : public TestCaseGroup class
39 PerformanceTests (Context& context);
40 ~PerformanceTests (void);
45 PerformanceTests (const PerformanceTests& other);
46 PerformanceTests& operator= (const PerformanceTests& other);
Des3pPerformanceTests.cpp118 PerformanceTests::PerformanceTests (Context& context) in PerformanceTests() function in deqp::gles3::Performance::PerformanceTests
123 PerformanceTests::~PerformanceTests (void) in ~PerformanceTests()
127 void PerformanceTests::init (void) in init()
/external/deqp/modules/egl/
DteglTestPackage.cpp84 class PerformanceTests : public TestCaseGroup class
87 PerformanceTests (EglTestContext& eglTestCtx) in PerformanceTests() function in deqp::egl::PerformanceTests
196 addChild(new PerformanceTests (*m_eglTestCtx)); in init()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp140 addChild(new Performance::PerformanceTests (*m_context)); in init()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp138 addChild(new Performance::PerformanceTests (*m_context)); in init()