Home
last modified time | relevance | path

Searched refs:from_str (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c713 const gchar *from_str = NULL, *to_str = NULL; in _mangle_texture_access() local
719 from_str = "texture2D"; in _mangle_texture_access()
721 from_str = "texture2DRect"; in _mangle_texture_access()
723 from_str = "texture2D"; in _mangle_texture_access()
742 regex_find = g_strdup_printf ("%s(?=\\s*\\()", from_str); in _mangle_texture_access()
752 from_str, to_str); in _mangle_texture_access()
763 const gchar *from_str = NULL, *to_str = NULL; in _mangle_sampler_type() local
769 from_str = "sampler2D"; in _mangle_sampler_type()
771 from_str = "sampler2DRect"; in _mangle_sampler_type()
773 from_str = "samplerExternalOES"; in _mangle_sampler_type()
[all …]
/third_party/python/Tools/stringbench/
Dstringbench.py1215 from_str = STR(" ")
1219 s_replace(from_str, to_str)
1236 from_str = STR("\n")
1240 s_replace(from_str, to_str)
1258 from_str = STR("ATC")
1262 seq_replace(from_str, to_str)
1269 from_str = STR("\n")
1273 s_replace(from_str, to_str)
1281 from_str = STR("ee")
1285 s_replace(from_str, to_str)
[all …]
/third_party/libsnd/
Dmake_lite.py170 def string_replace_in_file (filename, from_str, to_str): argument
172 file_text = string.replace (file_text, from_str, to_str)