Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.cpp411 std::string n_patch_vertices_string; in getGenericTCCode() local
416 n_patch_vertices_string = n_patch_vertices_sstream.str(); in getGenericTCCode()
417 n_patch_vertices_raw_ptr = n_patch_vertices_string.c_str(); in getGenericTCCode()
H A 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()