Searched refs:tmpGroup (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | mld6.c | 203 struct mld_group *tmpGroup; in mld6_remove_group() local 204 for (tmpGroup = netif_mld6_data(netif); tmpGroup != NULL; tmpGroup = tmpGroup->next) { in mld6_remove_group() 205 if (tmpGroup->next == group) { in mld6_remove_group() 206 tmpGroup->next = group->next; in mld6_remove_group() 211 if (tmpGroup == NULL) { in mld6_remove_group()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderIndexingTests.cpp | 1209 …TestCaseGroup* tmpGroup = new TestCaseGroup(m_context, "tmp_array", "Temporary array access tests.… in init() local 1210 addChild(tmpGroup); in init() 1234 tmpGroup->addChild(createTmpArrayCase(m_context, name.c_str(), desc.c_str(), m_glslVersion, in init() 1242 tmpGroup->addChild(createTmpArrayVertexIdCase(m_context, "vertexid", "", m_glslVersion)); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderIndexingTests.cpp | 1031 …TestCaseGroup* tmpGroup = new TestCaseGroup(m_context, "tmp_array", "Temporary array access tests.… in init() local 1032 addChild(tmpGroup); in init() 1051 …tmpGroup->addChild(createTmpArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase, varType… in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 1110 …TestCaseGroup* tmpGroup = new TestCaseGroup(m_context, "tmp_array", "Temporary array access tests.… in init() local 1111 addChild(tmpGroup); in init() 1130 …tmpGroup->addChild(createTmpArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase, varType… in init()
|
D | es2fFboRenderTest.cpp | 2147 …deqp::gles2::TestCaseGroup* tmpGroup = new deqp::gles2::TestCaseGroup(parent->getContext(), name, … in createChildGroup() local 2148 parent->addChild(tmpGroup); in createChildGroup() 2149 addChildVariants<CaseType>(tmpGroup); in createChildGroup() 2155 …deqp::gles2::TestCaseGroup* tmpGroup = new deqp::gles2::TestCaseGroup(parent->getContext(), name, … in createRecreateBuffersGroup() local 2156 parent->addChild(tmpGroup); in createRecreateBuffersGroup() 2157 addChildVariants<FboCases::RecreateBuffersRebindTest<Buffers> > (tmpGroup); in createRecreateBuffersGroup() 2158 addChildVariants<FboCases::RecreateBuffersNoRebindTest<Buffers> > (tmpGroup); in createRecreateBuffersGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 1168 …de::MovePtr<TestCaseGroup> tmpGroup(new TestCaseGroup(m_testCtx, "tmp_array", "Temporary array acc… in init() local 1188 tmpGroup->addChild(testCase.release()); in init() 1194 addChild(tmpGroup.release()); in init()
|