Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateContextTests.hpp34 class CreateContextTests : public TestCaseGroup class
37 CreateContextTests (EglTestContext& eglTestCtx);
38 virtual ~CreateContextTests (void);
DteglCreateContextTests.cpp113 CreateContextTests::CreateContextTests (EglTestContext& eglTestCtx) in CreateContextTests() function in deqp::egl::CreateContextTests
118 CreateContextTests::~CreateContextTests (void) in ~CreateContextTests()
122 void CreateContextTests::init (void) in init()
DteglTestPackage.cpp109 addChild(new CreateContextTests (m_eglTestCtx)); in init()