Lines Matching refs:spParams
138 std::map<std::string, std::string> spParams;
141 spParams["HEADER"] = versionDecl + "\n"
145 spParams["COORDS"] = "a_coords";
146 spParams["DST"] = "v_color";
147 spParams["ASSIGN_POS"] = "gl_Position = a_position;";
151 spParams["HEADER"] = versionDecl + "\n"
158 spParams["COORDS"] = "v_coords";
159 spParams["DST"] = "o_color";
160 spParams["ASSIGN_POS"] = "";
165 tcu::StringTemplate(shaderSrc.str()).specialize(spParams).c_str(),
170 tcu::StringTemplate(shaderSrc.str()).specialize(spParams).c_str());