Home
last modified time | relevance | path

Searched refs:LongShaderTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/stress/
Des3sLongShaderTests.hpp36 class LongShaderTests : public TestCaseGroup class
39 LongShaderTests (Context& testCtx);
40 ~LongShaderTests (void);
45 LongShaderTests (const LongShaderTests& other);
46 LongShaderTests& operator= (const LongShaderTests& other);
Des3sLongShaderTests.cpp431 LongShaderTests::LongShaderTests (Context& testCtx) in LongShaderTests() function in deqp::gles3::Stress::LongShaderTests
436 LongShaderTests::~LongShaderTests(void) in ~LongShaderTests()
440 void LongShaderTests::init (void) in init()
Des3sStressTests.cpp61 addChild(new LongShaderTests (m_context)); in init()