Searched refs:tcs_body (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderPoints.hpp | 97 const char* tcs_body; member 114 tcs_body = NULL; in _test_descriptor()
|
H A D | esextcTessellationShaderPoints.cpp | 276 pass_fs_gs_tes_vs.tcs_body = "${VERSION}\n" in initTest() 346 pass_fs_tes_vs.tcs_body = "${VERSION}\n" in initTest() 505 if (test.tcs_body != NULL) in iterate() 523 test.tcs_id ? 1 : 0, &test.tcs_body, test.vs_id, test.vs_id ? 1 : 0, &test.vs_body); in iterate()
|
H A D | esextcTessellationShaderBarrier.cpp | 196 const char* tcs_body = getTCSCode(); in initTest() local 219 if (!buildProgram(m_po_id, m_fs_id, 1, &fs_body, m_tcs_id, 1, &tcs_body, m_tes_id, 1, &tes_body, m_vs_id, 1, in initTest()
|
Completed in 6 milliseconds