Searched refs:tmpGroup (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 1065 …TestCaseGroup* tmpGroup = new TestCaseGroup(m_context, "tmp_array", "Temporary array access tests.… in init() local 1066 addChild(tmpGroup); in init() 1085 …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()
|
/external/deqp/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()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderIndexingTests.cpp | 1166 …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/ |
D | vktShaderRenderIndexingTests.cpp | 1126 …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()
|