Home
last modified time | relevance | path

Searched refs:getGenericTCCode (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.hpp289 …static std::string getGenericTCCode(unsigned int n_patch_vertices, bool should_use_glInvocationID_…
DesextcTessellationShaderUtils.cpp358 std::string TessellationShaderUtils::getGenericTCCode(unsigned int n_patch_vertices, in getGenericTCCode() function in glcts::TessellationShaderUtils
1253 std::string tc_code = getGenericTCCode(n_patch_vertices, false); in initTessellationVertexCounterProgram()
DesextcTessellationShaderVertexOrdering.cpp211 TessellationShaderUtils::getGenericTCCode(4, /* n_patch_vertices */ in initTest()
DesextcTessellationShaderInvariance.cpp243 return TessellationShaderUtils::getGenericTCCode(4, /* n_patch_vertices */ in getTCCode()
DesextcTessellationShaderTessellation.cpp1717 return TessellationShaderUtils::getGenericTCCode(n_patch_vertices, true); in getTCCode()