Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp535 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple tests"); in init() local
536 addChild(simpleGroup); in init()
539 simpleGroup->addChild(selectionGroup); in init()
542 simpleGroup->addChild(sortGroup); in init()
DteglQueryContextTests.cpp393 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple API tests"); in init() local
394 addChild(simpleGroup); in init()
396 simpleGroup->addChild(new QueryAPICase(m_eglTestCtx, "query_api", "eglQueryAPI() test")); in init()
DteglQuerySurfaceTests.cpp691 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple queries"); in init() local
692 addChild(simpleGroup); in init()
697 simpleGroup->addChild(windowGroup); in init()
712 simpleGroup->addChild(pixmapGroup); in init()
727 simpleGroup->addChild(pbufferGroup); in init()
DteglQueryConfigTests.cpp588 …tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "get_config_attrib", "eglGetCo… in init() local
589 addChild(simpleGroup); in init()
593simpleGroup->addChild(new GetConfigAttribSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simpl… in init()