Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglColorClearTests.cpp61 …tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->n… in createColorClearGroups() local
62 group->addChild(configGroup); in createColorClearGroups()
70configGroup->addChild(new ClearClass(eglTestCtx, listIter->getName(), "", groupIter->apiBits, list… in createColorClearGroups()
DteglRenderTests.cpp1095 …tcu::TestCaseGroup* configGroup = new tcu::TestCaseGroup(eglTestCtx.getTestContext(), groupIter->n… in createRenderGroups() local
1096 group->addChild(configGroup); in createRenderGroups()
1104configGroup->addChild(new RenderClass(eglTestCtx, listIter->getName(), "", groupIter->apiBits, lis… in createRenderGroups()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1306 FilteredConfigGroup configGroup = impl.filtered_configs_.editItemAt(type_index); in RebuildFilterList() local
1312 configGroup.configurations.add(this_config); in RebuildFilterList()
1313 configGroup.types.add(iter); in RebuildFilterList()