Searched refs:LongStressCase (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 54 typedef gls::LongStressCase::FeatureProbabilities Probs; in init() 118 …bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init() 186 …textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init() 237 …drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCon… in init() 274 …shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init() 304 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init() 327 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.hpp | 213 class LongStressCase : public tcu::TestCase class 272 LongStressCase (tcu::TestContext& testCtx, 287 ~LongStressCase (void); 295 LongStressCase (const LongStressCase&); 296 LongStressCase& operator= (const LongStressCase&);
|
D | glsLongStressCase.cpp | 1078 LongStressCase::LongStressCase (tcu::TestContext& testCtx, in LongStressCase() function in deqp::gls::LongStressCase 1122 LongStressCase::~LongStressCase (void) in ~LongStressCase() 1124 LongStressCase::deinit(); in ~LongStressCase() 1127 void LongStressCase::init (void) in init() 1238 void LongStressCase::deinit (void) in deinit() 1255 LongStressCase::IterateResult LongStressCase::iterate (void) in iterate()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 54 typedef gls::LongStressCase::FeatureProbabilities Probs; in init() 118 …bufferGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init() 186 …textureGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCont… in init() 237 …drawCallGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderCon… in init() 274 …shaderGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderConte… in init() 304 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init() 327 …mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
|