Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp1160 static const glw::GLchar* fs_template = "TEMPLATE_HEADER_DECLARATION\n" in buildPO() local
1296 GL_FRAGMENT_SHADER, fs_template, std::string(), true, in buildPO()
Dgl3cTextureSwizzleTests.cpp4106 static const glw::GLchar* fs_template = "#version 330 core\n" in iterate() local
4120 std::string fs = fs_template; in iterate()