Lines Matching refs:str
489 std::stringstream str;
491 str << glu::getGLSLVersionDeclaration(glslVersion) << "\n";
492 str << "in highp vec4 a_position;\n";
495 str << "out gl_PerVertex {\n"
499 str << "void main (void)\n"
504 return str.str();
509 std::stringstream str;
511 str << glu::getGLSLVersionDeclaration(glslVersion) << "\n";
512 str << "uniform highp vec4 u_color;\n"
519 return str.str();
1255 tcu::StringTemplate fragTmpl(fragSrc.str().c_str());
2100 outVtxSrc = vtxSrc.str();
2162 outFragSrc = fragSrc.str();
2783 std::stringstream str;
2784 str << "Precision " << (precisionCompareResult ? "mismatch" : "matches")
2787 log.startShaderProgram(false, str.str().c_str());
2907 outVtxSrc = vtxSrc.str();
2932 outFragSrc = fragSrc.str();
2979 outVtxSrc = vtxSrc.str();
3004 outFragSrc = fragSrc.str();
3051 outVtxSrc = vtxSrc.str();
3076 outFragSrc = fragSrc.str();