Lines Matching defs:description
925 string description;
939 description = parseStringLiteral(m_curTokenStr.c_str());
1045 shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, vertName.c_str(), description.c_str(),
1047 shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, fragName.c_str(), description.c_str(),
1052 shaderNodeList.push_back(new ShaderCase(m_testCtx, m_renderCtx, caseName.c_str(), description.c_str(),
1068 // Parse description.
1070 string description = parseStringLiteral(m_curTokenStr.c_str());
1091 tcu::TestCaseGroup* groupNode = new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(), children);
1166 ShaderLibraryGroup::ShaderLibraryGroup(Context& context, const char* name, const char* description,
1168 : TestCaseGroup(context, name, description), m_filename(filename)