Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.hpp289 static std::string getGenericTCCode(unsigned int n_patch_vertices, bool should_use_glInvocationID_indexed_input);
H A 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()
H A DesextcTessellationShaderVertexOrdering.cpp211 TessellationShaderUtils::getGenericTCCode(4, /* n_patch_vertices */ in initTest()
H A DesextcTessellationShaderInvariance.cpp243 return TessellationShaderUtils::getGenericTCCode(4, /* n_patch_vertices */ in getTCCode()
H A DesextcTessellationShaderTessellation.cpp1717 return TessellationShaderUtils::getGenericTCCode(n_patch_vertices, true); in getTCCode()

Completed in 20 milliseconds