Lines Matching defs:description

205 								OperatorPerformanceCase		(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description,
241 string description;
245 : vertShaderSource(vs), fragShaderSource(fs), attributes(attrs), description(desc) {}
255 //! Logs a human-readable description of what computeSingleOperationTime does.
562 OperatorPerformanceCase::OperatorPerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description,
564 : tcu::TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, description)
816 << TestLog::Message << m_programData[progNdx].description << TestLog::EndMessage
1098 BinaryOpCase (Context& context, const char* name, const char* description, const char* op,
1127 BinaryOpCase::BinaryOpCase (Context& context, const char* name, const char* description, const char* op,
1129 : OperatorPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description,
1286 string description = "This is the program with the ";
1288 description += programID == PROGRAM_WITH_SMALLER_LOOP ? "smaller"
1292 description += " loop.\n"
1295 return ProgramContext(vtx.str(), frag.str(), attributes, description);
1364 const char* description,
1425 const char* description,
1435 : OperatorPerformanceCase (context.getTestContext(), context.getRenderContext(), name, description,
1758 string description = "This is the program ";
1760 description += programID == PROGRAM_WITHOUT_FUNCTION_CALLS ? "without"
1764 description += " '" + m_func + "' function calls.\n"
1767 return ProgramContext(vtx.str(), frag.str(), attributes, description);