Home
last modified time | relevance | path

Searched refs:n_patch_vertices_sstream (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp405 std::stringstream n_patch_vertices_sstream; in getGenericTCCode() local
410 n_patch_vertices_sstream << n_patch_vertices; in getGenericTCCode()
411 n_patch_vertices_string = n_patch_vertices_sstream.str(); in getGenericTCCode()
DesextcTessellationShaderTessellation.cpp919 std::stringstream n_patch_vertices_sstream; in getTCCode() local
922 n_patch_vertices_sstream << n_patch_vertices; in getTCCode()
923 n_patch_vertices_string = n_patch_vertices_sstream.str(); in getTCCode()