Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
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()
DteglChooseConfigTests.cpp573 tcu::TestCaseGroup* simpleGroup = new tcu::TestCaseGroup(m_testCtx, "simple", "Simple tests"); in init() local
574 addChild(simpleGroup); in init()
577 simpleGroup->addChild(selectionGroup); in init()
580 simpleGroup->addChild(sortGroup); 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp2216 de::MovePtr<TestCaseGroup> simpleGroup (new TestCaseGroup(testCtx, "simple", "Simple cases.")); in createBuiltinVarTests() local
2222simpleGroup->addChild(new BuiltinGlFragCoordXYZCase(testCtx, "fragcoord_xyz", "FragCoord xyz test"… in createBuiltinVarTests()
2223 simpleGroup->addChild(new BuiltinGlFragCoordWCase(testCtx, "fragcoord_w", "FragCoord w test")); in createBuiltinVarTests()
2224 simpleGroup->addChild(new BuiltinGlPointCoordCase(testCtx, "pointcoord", "PointCoord test")); in createBuiltinVarTests()
2320 builtinGroup->addChild(simpleGroup.release()); in createBuiltinVarTests()