HomeSort by relevance Sort by last modified time
    Searched refs:simpleGroup (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 494 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple tests");
495 addChild(simpleGroup);
498 simpleGroup->addChild(selectionGroup);
501 simpleGroup->addChild(sortGroup);
teglQuerySurfaceTests.cpp 696 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple queries");
697 addChild(simpleGroup);
702 simpleGroup->addChild(windowGroup);
717 simpleGroup->addChild(pixmapGroup);
732 simpleGroup->addChild(pbufferGroup);
teglQueryConfigTests.cpp 560 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "get_config_attrib", "eglGetConfigAttrib() tests");
561 addChild(simpleGroup);
565 simpleGroup->addChild(new GetConfigAttribSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple attribute query case", attributes[ndx].attribute));
teglQueryContextTests.cpp 530 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple API tests");
531 addChild(simpleGroup);
533 simpleGroup->addChild(new QueryAPICase(m_eglTestCtx, "query_api", "eglQueryAPI() test"));

Completed in 114 milliseconds