Searched refs:getGenericTCCode (Results 1 – 5 of 5) sorted by relevance
289 …static std::string getGenericTCCode(unsigned int n_patch_vertices, bool should_use_glInvocationID_…
358 std::string TessellationShaderUtils::getGenericTCCode(unsigned int n_patch_vertices, in getGenericTCCode() function in glcts::TessellationShaderUtils1253 std::string tc_code = getGenericTCCode(n_patch_vertices, false); in initTessellationVertexCounterProgram()
211 TessellationShaderUtils::getGenericTCCode(4, /* n_patch_vertices */ in initTest()
243 return TessellationShaderUtils::getGenericTCCode(4, /* n_patch_vertices */ in getTCCode()
1717 return TessellationShaderUtils::getGenericTCCode(n_patch_vertices, true); in getTCCode()