Lines Matching defs:desc
524 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
525 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str());
592 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
593 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str());
838 const std::string desc = gls::DrawTestSpec::inputTypeToString(iopairs[ioNdx].input) + de::toString(iopairs[ioNdx].componentCount) + " to " + gls::DrawTestSpec::outputTypeToString(iopairs[ioNdx].output);
851 test->addIteration(spec, desc.c_str());
908 const std::string desc = gls::DrawTestSpec::primitiveToString(primitive[ndx]);
910 this->addChild(new AttributeGroup(m_context, name.c_str(), desc.c_str(), m_method, primitive[ndx], gls::DrawTestSpec::INDEXTYPE_SHORT, gls::DrawTestSpec::STORAGE_BUFFER));
937 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]);
939 this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx]));