HomeSort by relevance Sort by last modified time
    Searched defs:PerformanceTests (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles2/performance/
es2pPerformanceTests.cpp 102 // PerformanceTests
104 PerformanceTests::PerformanceTests (Context& context)
109 PerformanceTests::~PerformanceTests (void)
113 void PerformanceTests::init (void)
es2pPerformanceTests.hpp 36 class PerformanceTests : public TestCaseGroup
39 PerformanceTests (Context& context);
40 ~PerformanceTests (void);
45 PerformanceTests (const PerformanceTests& other);
46 PerformanceTests& operator= (const PerformanceTests& other);
  /external/deqp/modules/gles3/performance/
es3pPerformanceTests.hpp 36 class PerformanceTests : public TestCaseGroup
39 PerformanceTests (Context& context);
40 ~PerformanceTests (void);
45 PerformanceTests (const PerformanceTests& other);
46 PerformanceTests& operator= (const PerformanceTests& other);
es3pPerformanceTests.cpp 116 // PerformanceTests
118 PerformanceTests::PerformanceTests (Context& context)
123 PerformanceTests::~PerformanceTests (void)
127 void PerformanceTests::init (void)
  /external/deqp/modules/egl/
teglTestPackage.cpp 85 class PerformanceTests : public TestCaseGroup
88 PerformanceTests (EglTestContext& eglTestCtx)
334 addChild(new PerformanceTests (m_packageCtx->getEglTestContext()));

Completed in 164 milliseconds