Searched refs:innerGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 1232 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() 1379 …innerGroup->addChild(new ShaderOperatorCase(m_context, name.c_str(), desc.c_str(), isVertexCase, e… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 1830 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() 1986 …innerGroup->addChild(new ShaderOperatorCase(m_testCtx, name.c_str(), desc.c_str(), isVertexCase, e… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 1870 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() 2027 …innerGroup->addChild(new ShaderOperatorCase(m_context, name.c_str(), desc.c_str(), isVertexCase, e… in init()
|