Home
last modified time | relevance | path

Searched refs:fs_template (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIntegerMixTests.cpp325 static const char fs_template[] = "${VERSION_DECL}\n" in test() local
381 std::string fs_code = tcu::StringTemplate(fs_template).specialize(args); in test()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp1166 static const glw::GLchar* fs_template = "TEMPLATE_HEADER_DECLARATION\n" in buildPO() local
1302 GL_FRAGMENT_SHADER, fs_template, std::string(), true, in buildPO()
Dgl3cTextureSwizzleTests.cpp4092 static const glw::GLchar* fs_template = "#version 330 core\n" in iterate() local
4106 std::string fs = fs_template; in iterate()