Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A 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()
H A 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()

Completed in 6 milliseconds