Home | History | Annotate | Download | only in functional

Lines Matching full:casename

926 		const std::string		caseName		= name + "_" + shaderTypeName;
929 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType));
1491 const std::string caseName = name + "_" + shaderTypeName;
1494 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType));
1686 const std::string caseName = std::string("replace_source_") + shaderTypeName;
1689 shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType));
1705 const std::string caseName = "split_source_"
1717 shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType, numSlices, flags));