Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIntegerMixTests.cpp297 static const char vs_template[] = "${VERSION_DECL}\n" in test() local
379 std::string vs_code = tcu::StringTemplate(vs_template).specialize(args); in test()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp1265 static const glw::GLchar* vs_template = in buildPO() local
1314 GL_VERTEX_SHADER, vs_template, std::string(), true, in buildPO()
Dgl4cDirectStateAccessVertexArraysTests.cpp294 std::string vs_template(s_vertex_shader_template); in PrepareProgram() local
296 std::string vs_source = Utilities::replace(vs_template, "DECLARATION_TEMPLATE", declarations); in PrepareProgram()