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()
1160 static const glw::GLchar* fs_template = "TEMPLATE_HEADER_DECLARATION\n" in buildPO() local1296 GL_FRAGMENT_SHADER, fs_template, std::string(), true, in buildPO()
4106 static const glw::GLchar* fs_template = "#version 330 core\n" in iterate() local4120 std::string fs = fs_template; in iterate()