Lines Matching defs:std
88 std::map<std::string, std::string> args;
91 std::string vertex_code = tcu::StringTemplate(vertex_source_template).specialize(args);
92 std::string fragment_code = tcu::StringTemplate(fragment_source_template).specialize(args);
162 std::map<std::string, std::string> args;
172 std::string vcode = tcu::StringTemplate(vertex_source_template).specialize(args);
176 std::string fcode = tcu::StringTemplate(fragment_source_template).specialize(args);
247 std::map<std::string, std::string> args;
250 std::string vertex_code = tcu::StringTemplate(vertex_source_template).specialize(args);
251 std::string fragment_code = tcu::StringTemplate(fragment_source_template).specialize(args);
343 const std::string layout_str = "layout";
345 std::map<std::string, std::string> args;
397 bool testVertexFragment(const std::map<std::string, std::string>& args, const std::string& qualifier_name)
420 std::string vertex_code = tcu::StringTemplate(vertex_source_template).specialize(args);
421 std::string fragment_code = tcu::StringTemplate(fragment_source_template).specialize(args);
433 bool testCompute(const std::map<std::string, std::string>& args, const std::string& qualifier_name)
444 std::string compute_code = tcu::StringTemplate(compute_source_template).specialize(args);