Searched refs:vs_template (Results 1 – 3 of 3) sorted by relevance
297 static const char vs_template[] = "${VERSION_DECL}\n" in test() local379 std::string vs_code = tcu::StringTemplate(vs_template).specialize(args); in test()
1265 static const glw::GLchar* vs_template = in buildPO() local1314 GL_VERTEX_SHADER, vs_template, std::string(), true, in buildPO()
294 std::string vs_template(s_vertex_shader_template); in PrepareProgram() local296 std::string vs_source = Utilities::replace(vs_template, "DECLARATION_TEMPLATE", declarations); in PrepareProgram()