Home
last modified time | relevance | path

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

/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.cpp2147 …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()
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp1031 …TestCaseGroup* tmpGroup = new TestCaseGroup(m_context, "tmp_array", "Temporary array access tests.… in init() local
1032 addChild(tmpGroup); in init()
1051tmpGroup->addChild(createTmpArrayCase(m_context, name.c_str(), desc.c_str(), isVertexCase, varType… in init()
/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp1166 …TestCaseGroup* tmpGroup = new TestCaseGroup(m_context, "tmp_array", "Temporary array access tests.… in init() local
1167 addChild(tmpGroup); in init()
1191 tmpGroup->addChild(createTmpArrayCase(m_context, name.c_str(), desc.c_str(), m_glslVersion, in init()
/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()