Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp1232 TestCaseGroup* innerGroup = DE_NULL; in init() local
1245 if (!innerGroup || (string(innerGroup->getName()) != funcInfo.caseName)) in init()
1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
1249 outerGroup->addChild(innerGroup); in init()
1379innerGroup->addChild(new ShaderOperatorCase(m_context, name.c_str(), desc.c_str(), isVertexCase, e… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1830 TestCaseGroup* innerGroup = DE_NULL; in init() local
1842 if (!innerGroup || (std::string(innerGroup->getName()) != funcInfo.caseName)) in init()
1845 innerGroup = new TestCaseGroup(m_testCtx, funcInfo.caseName, groupDesc.c_str()); in init()
1846 outerGroup->addChild(innerGroup); in init()
1986innerGroup->addChild(new ShaderOperatorCase(m_testCtx, name.c_str(), desc.c_str(), isVertexCase, e… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1870 TestCaseGroup* innerGroup = DE_NULL; in init() local
1882 if (!innerGroup || (string(innerGroup->getName()) != funcInfo.caseName)) in init()
1885 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str()); in init()
1886 outerGroup->addChild(innerGroup); in init()
2027innerGroup->addChild(new ShaderOperatorCase(m_context, name.c_str(), desc.c_str(), isVertexCase, e… in init()