Lines Matching refs:result_str
2402 std::string result_str = "[ ";
2410 result_str.append(ss.str());
2414 result_str.append(", ");
2418 result_str.append(" ]");
2423 << result_str.c_str() << ", but " << reference_str.c_str()
3401 std::string result_str = "[";
3406 result_str.append(Utilities::itoa((glw::GLuint)result[j]));
3411 result_str.append(", ");
3416 result_str.append("]");
3420 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Result is " << result_str << ", but "