Home | History | Annotate | Download | only in functional

Lines Matching defs:caseDesc

927 		const std::string		caseDesc		= "Build program, " + desc + ", for " + shaderTypeName + " shader.";
929 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType));
1492 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader.";
1494 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType));
1687 const std::string caseDesc = std::string("Replace source code of ") + shaderTypeName + " shader.";
1689 shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType));
1710 const std::string caseDesc = std::string((shaderType == glu::SHADERTYPE_FRAGMENT) ? "Fragment" : "Vertex")
1717 shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType, numSlices, flags));