Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/ipv4/
Digmp.c365 struct igmp_group *tmpGroup; in igmp_remove_group() local
366 for (tmpGroup = igmp_group_list; tmpGroup != NULL; tmpGroup = tmpGroup->next) { in igmp_remove_group()
367 if (tmpGroup->next == group) { in igmp_remove_group()
368 tmpGroup->next = group->next; in igmp_remove_group()
373 if (tmpGroup == NULL) in igmp_remove_group()
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp1030 …TestCaseGroup* tmpGroup = new TestCaseGroup(m_context, "tmp_array", "Temporary array access tests.… in init() local
1031 addChild(tmpGroup); in init()
1050tmpGroup->addChild(createTmpArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase, varType… in init()
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp1065 …TestCaseGroup* tmpGroup = new TestCaseGroup(m_context, "tmp_array", "Temporary array access tests.… in init() local
1066 addChild(tmpGroup); in init()
1085tmpGroup->addChild(createTmpArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase, varType… in init()
Des2fFboRenderTest.cpp2125 …deqp::gles2::TestCaseGroup* tmpGroup = new deqp::gles2::TestCaseGroup(parent->getContext(), name, … in createChildGroup() local
2126 parent->addChild(tmpGroup); in createChildGroup()
2127 addChildVariants<CaseType>(tmpGroup); in createChildGroup()
2133 …deqp::gles2::TestCaseGroup* tmpGroup = new deqp::gles2::TestCaseGroup(parent->getContext(), name, … in createRecreateBuffersGroup() local
2134 parent->addChild(tmpGroup); in createRecreateBuffersGroup()
2135 addChildVariants<FboCases::RecreateBuffersRebindTest<Buffers> > (tmpGroup); in createRecreateBuffersGroup()
2136 addChildVariants<FboCases::RecreateBuffersNoRebindTest<Buffers> > (tmpGroup); in createRecreateBuffersGroup()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1126 …de::MovePtr<TestCaseGroup> tmpGroup(new TestCaseGroup(m_testCtx, "tmp_array", "Temporary array acc… in init() local
1146 tmpGroup->addChild(testCase.release()); in init()
1152 addChild(tmpGroup.release()); in init()