Home
last modified time | relevance | path

Searched refs:vs_body_preamble (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp1026 static const char* vs_body_preamble = "#version 430 core\n" in initTestCaseGlobal() local
1043 …const char* vs_body_parts[] = { vs_body_preamble, DE_NULL, /* will be set to n_counters_string.c_s… in initTestCaseGlobal()
6413 const char* vs_body_preamble = "#version 140\n" in initTestCaseGlobal() local
6432 …const char* vs_body_parts[] = { vs_body_preamble, vs_body_define_string.c_str(), vs_body_main … in initTestCaseGlobal()
Dgl3cCullDistanceTests.cpp2998 const glw::GLchar* vs_body_preamble = "#version 130\n" in iterate() local
3154 vs_body_sstream << vs_body_preamble << "\n"; in iterate()