Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.cpp406 std::string n_patch_vertices_string; in getGenericTCCode() local
411 n_patch_vertices_string = n_patch_vertices_sstream.str(); in getGenericTCCode()
412 n_patch_vertices_raw_ptr = n_patch_vertices_string.c_str(); in getGenericTCCode()
DesextcTessellationShaderTessellation.cpp920 std::string n_patch_vertices_string; in getTCCode() local
923 n_patch_vertices_string = n_patch_vertices_sstream.str(); in getTCCode()
932 result = result.replace(token_index, token.length(), n_patch_vertices_string.c_str()); in getTCCode()