Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateContextTests.cpp62 class CreateContextCase : public SimpleConfigCase class
65CreateContextCase (EglTestContext& eglTestCtx, const char* name, const char* description, const …
66 ~CreateContextCase (void);
71 CreateContextCase::CreateContextCase (EglTestContext& eglTestCtx, const char* name, const char* des… in CreateContextCase() function in deqp::egl::CreateContextCase
76 CreateContextCase::~CreateContextCase (void) in ~CreateContextCase()
80 void CreateContextCase::executeForConfig (EGLDisplay display, EGLConfig config) in executeForConfig()
181 addChild(new CreateContextCase(m_eglTestCtx, i->getName(), i->getDescription(), *i)); in init()