Searched refs:TessellationTests (Results 1 – 3 of 3) sorted by relevance
36 class TessellationTests : public TestCaseGroup class39 TessellationTests (Context& context, bool isGL45);40 ~TessellationTests (void);45 TessellationTests (const TessellationTests& other);46 TessellationTests& operator= (const TessellationTests& other);
448 addChild(new TessellationTests (m_context, false)); in init()493 addChild(new TessellationTests (m_context, true)); in init()
7387 TessellationTests::TessellationTests (Context& context, bool isGL45) in TessellationTests() function in deqp::gles31::Functional::TessellationTests7393 TessellationTests::~TessellationTests (void) in ~TessellationTests()7397 void TessellationTests::init (void) in init()