Searched defs:tc_code (Results 1 – 3 of 3) sorted by relevance
236 const char *tc_code[] = {"${VERSION}\n", in initTest() local
1258 std::string tc_code = getGenericTCCode(n_patch_vertices, false); in initTessellationVertexCounterProgram() local
216 …entsBaseVertexTestBase::buildProgram(const char *fs_code, const char *vs_code, const char *tc_code, in buildProgram()