Searched refs:fs_template (Results 1 – 3 of 3) sorted by relevance
325 static const char fs_template[] = "${VERSION_DECL}\n" in test() local381 std::string fs_code = tcu::StringTemplate(fs_template).specialize(args); in test()
1166 static const glw::GLchar* fs_template = "TEMPLATE_HEADER_DECLARATION\n" in buildPO() local1302 GL_FRAGMENT_SHADER, fs_template, std::string(), true, in buildPO()
4092 static const glw::GLchar* fs_template = "#version 330 core\n" in iterate() local4106 std::string fs = fs_template; in iterate()