Home
last modified time | relevance | path

Searched defs:tc_code (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp236 const char* tc_code[] = { "${VERSION}\n", in initTest() local
DesextcTessellationShaderUtils.cpp1253 std::string tc_code = getGenericTCCode(n_patch_vertices, false); in initTessellationVertexCounterProgram() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp216 …entsBaseVertexTestBase::buildProgram(const char* fs_code, const char* vs_code, const char* tc_code, in buildProgram()