Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateContextTests.cpp41 class CreateContextCase : public SimpleConfigCase class
44CreateContextCase (EglTestContext& eglTestCtx, const char* name, const char* description, const …
45 ~CreateContextCase (void);
50 CreateContextCase::CreateContextCase (EglTestContext& eglTestCtx, const char* name, const char* des… in CreateContextCase() function in deqp::egl::CreateContextCase
55 CreateContextCase::~CreateContextCase (void) in ~CreateContextCase()
59 void CreateContextCase::executeForConfig (EGLDisplay display, EGLConfig config) in executeForConfig()
128 addChild(new CreateContextCase(m_eglTestCtx, i->getName(), i->getDescription(), *i)); in init()