Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateContextTests.cpp63 class CreateContextCase : public SimpleConfigCase class
66CreateContextCase (EglTestContext& eglTestCtx, const char* name, const char* description, const …
67 ~CreateContextCase (void);
72 CreateContextCase::CreateContextCase (EglTestContext& eglTestCtx, const char* name, const char* des… in CreateContextCase() function in deqp::egl::CreateContextCase
77 CreateContextCase::~CreateContextCase (void) in ~CreateContextCase()
81 void CreateContextCase::executeForConfig (EGLDisplay display, EGLConfig config) in executeForConfig()
186 addChild(new CreateContextCase(m_eglTestCtx, i->getName(), i->getDescription(), *i)); in init()